aboutsummaryrefslogtreecommitdiffstats
path: root/out/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'out/config.sh')
-rw-r--r--out/config.sh2
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