summaryrefslogtreecommitdiffstats
path: root/make/custom/papyrus.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/papyrus.cfg')
-rw-r--r--make/custom/papyrus.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/papyrus.cfg b/make/custom/papyrus.cfg
index 9086732cf8..a04f4f3d30 100644
--- a/make/custom/papyrus.cfg
+++ b/make/custom/papyrus.cfg
@@ -92,7 +92,7 @@ define make-exe
endef
else
define make-exe
- $(CC) $(CFLAGS) -o $(basename $@).exe \
+ $(CC) $(CPPFLAGS) $(CFLAGS) -o $(basename $@).exe \
$(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@