X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/822ca14480062cae21d4b8d6af21e018629f2918..97c572b92f5e09d646ce045a949e40d53f87243a:/tests/scenes/bin/Makefile diff --git a/tests/scenes/bin/Makefile b/tests/scenes/bin/Makefile index 46b18756..c65f52b8 100644 --- a/tests/scenes/bin/Makefile +++ b/tests/scenes/bin/Makefile @@ -1,7 +1,7 @@ CXXFLAGS += -O3 #CXXFLAGS += -g CXXFLAGS += -std=c++11 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -CXXFLAGS += -I../../../libosmium/include +CXXFLAGS += -I../../../../libosmium/include OS:=$(shell uname -s) ifeq ($(OS),Darwin)