aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.vc
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile.vc')
-rw-r--r--src/makefile.vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.vc b/src/makefile.vc
index 220468ab..df5802d1 100644
--- a/src/makefile.vc
+++ b/src/makefile.vc
@@ -65,7 +65,7 @@ CS2CS_EXE = cs2cs.exe
GEOD_EXE = geod.exe
NAD2BIN_EXE = nad2bin.exe
-CFLAGS = /nologo -I. -DPROJ_LIB=\"$(PROJ_LIB_DIR)\" \
+CFLAGS = /nologo -I. -DPROJ_LIB=\"$(PROJ_LIB_DIR_ESCAPED)\" \
-DHAVE_STRERROR=1 $(OPTFLAGS)
default: all