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 b65536675c..e1637b4b96 100644
--- a/make/custom/papyrus.cfg
+++ b/make/custom/papyrus.cfg
@@ -88,7 +88,7 @@ define make-exe
endef
else
define make-exe
- $(CC) $(CPPFLAGS) $(CFLAGS) -o $(basename $@).exe \
+ $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
$(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@