aboutsummaryrefslogtreecommitdiff
path: root/freetype/builds/exports.mk
diff options
context:
space:
mode:
Diffstat (limited to 'freetype/builds/exports.mk')
-rw-r--r--freetype/builds/exports.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/freetype/builds/exports.mk b/freetype/builds/exports.mk
index 52f2912d3..96b10db87 100644
--- a/freetype/builds/exports.mk
+++ b/freetype/builds/exports.mk
@@ -51,7 +51,7 @@ ifneq ($(EXPORTS_LIST),)
APINAMES_EXE := $(subst /,$(SEP),$(OBJ_DIR)/apinames$(E_BUILD))
$(APINAMES_EXE): $(APINAMES_SRC)
- $(CCexe) $(TE)$@ $<
+ $(CCexe) $(CCexe_CFLAGS) $(TE)$@ $< $(CCexe_LDFLAGS)
.PHONY: symbols_list