X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/822ca14480062cae21d4b8d6af21e018629f2918..1d4dcd914fd277aebf242037064612224f4dde54:/tests/scenes/bin/Makefile diff --git a/tests/scenes/bin/Makefile b/tests/scenes/bin/Makefile index 46b18756..d508bbac 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) @@ -24,3 +24,4 @@ osm2wkt: osm2wkt.cc $(CXX) $(CXXFLAGS) $(CXXFLAGS_WARNINGS) -o $@ $< $(LDFLAGS) $(LIB_IO) scenarios: osm2wkt + ./make_scenes.sh