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