aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorUneven Prankster <unevenprankster@protonmail.com>2023-07-12 21:05:57 -0300
committerUneven Prankster <unevenprankster@protonmail.com>2023-07-12 21:05:57 -0300
commit111c133b939c15c57c90cd474d55e84928c6307a (patch)
tree3e6ed21eaaf21a8f8f4c5c9933972ea476d37b8e /build.sh
parentfa2bdd711212ba6b7a94a20971e8bfa281e73296 (diff)
Officially past the point of no return. C scripting works!
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 22695ff..bee6ae6 100644
--- a/build.sh
+++ b/build.sh
@@ -109,7 +109,7 @@ if [ ! -d "$TEMP_DIR" ]; then
mkdir -p $TEMP_DIR
cd $TEMP_DIR
- TCC_DEFINES="-DTCC_TARGET_PE -DTCC_TARGET_X86_64"
+ TCC_DEFINES="-DTCC_TARGET_PE -DTCC_TARGET_X86_64 -DCONFIG_TCC_PREDEFS"
TCC_VERS=$(cat "$TINYCC_SRC/VERSION")
echo "#define TCC_VERSION \"$TCC_VERS\"" >> "$TINYCC_SRC/config.h"