aboutsummaryrefslogtreecommitdiffstats
path: root/mk/tle.app.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/tle.app.mk')
-rw-r--r--mk/tle.app.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/tle.app.mk b/mk/tle.app.mk
index 602b870..14a5c23 100644
--- a/mk/tle.app.mk
+++ b/mk/tle.app.mk
@@ -13,6 +13,10 @@
EXTLIB_BUILD := y
+ifneq ($(HACK_CC),)
+CC = $(HACK_CC)
+endif
+
# we must create the output dir first and recall the same Makefile
# from this directory
ifeq ($(NOT_FIRST_CALL),)