We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d258b7 commit 7e09012Copy full SHA for 7e09012
src/Makefile.am
@@ -26,7 +26,7 @@ AM_CPPFLAGS += -I$(srcdir)/../gml/include
26
AM_CPPFLAGS += -I$(srcdir)/../rapidjson/include
27
28
if ENABLE_WINDOWS_INSTALLER
29
-AM_CPPFLAGS += -DSSR_DATA_DIR=\"PkgData\"
+AM_CPPFLAGS += -DSSR_DATA_DIR=\"../PkgData\"
30
else
31
AM_CPPFLAGS += -DSSR_DATA_DIR="\"$(pkgdatadir)\""
32
endif
0 commit comments