0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-04 04:48:55 +00:00
termux-packages/packages/tcc/Makefile.patch
2023-04-20 15:40:36 +09:00

12 lines
340 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -262,7 +262,7 @@
# convert "include/tccdefs.h" to "tccdefs_.h"
%_.h : include/%.h conftest.c
- $S$(CC) -DC2STR $(filter %.c,$^) -o c2str.exe && ./c2str.exe $< $@
+ $S$(CC_FOR_BUILD) -DC2STR $(filter %.c,$^) -o c2str.exe && ./c2str.exe $< $@
# target specific object rule
$(X)%.o : %.c $(LIBTCC_INC)