diff options
Diffstat (limited to 'out/config.sh')
-rw-r--r-- | out/config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/out/config.sh b/out/config.sh index 9b45b5f..4f836d6 100644 --- a/out/config.sh +++ b/out/config.sh @@ -7,7 +7,7 @@ CC=${CC-$PREF} CFLAGS="-g -Wall -Wextra -std=c99 -pedantic -Wno-gnu-statement-expression $CFLAGS" LDFLAGS="$LDFLAGS" -if [ ! -n "$SH_BUILD" ]; then +if [ ! -n "$BOOTSTRAP_BUILD" ]; then if [ -f "../config.local" ]; then redo-ifchange ../config.local . ../config.local |