summaryrefslogtreecommitdiff
path: root/base/expat.mak
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2016-11-07 14:03:30 +0000
committerChris Liddell <chris.liddell@artifex.com>2016-11-07 14:03:30 +0000
commit0e2523b9dae517f91bd7da78323e5207d099a10e (patch)
treea104cc32a0c51f607536e2ccd6d9341d58ff0b7a /base/expat.mak
parentc9f7be4f4de8e98df9d34ff8e4a7f781c0a33899 (diff)
downloadghostpdl-0e2523b9dae517f91bd7da78323e5207d099a10e.tar.gz
Fix expat build on Windows
The new version of expat uses time/date API calls to seed a hash function. That means we need a extra CFLAG (/DWIN32) and to drop the /Za CFLAG as we do for LCMS2.
Diffstat (limited to 'base/expat.mak')
-rw-r--r--base/expat.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/expat.mak b/base/expat.mak
index 9734d7df4..06586d1a8 100644
--- a/base/expat.mak
+++ b/base/expat.mak
@@ -31,7 +31,7 @@ EXPATGEN=$(EXPATGENDIR)$(D)
EXPATOBJ=$(EXPATOBJDIR)$(D)
EXPATO_=$(O_)$(EXPATOBJ)
-EXPATCC=$(CC_) $(I_)$(EXPATSRC)lib$(_I) $(EXPAT_CFLAGS)
+EXPATCC=$(CC) $(CFLAGS) $(I_)$(EXPATSRC)lib$(_I) $(EXPAT_CFLAGS)
expat.clean : expat.config-clean expat.clean-not-config-clean