aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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"