aboutsummaryrefslogtreecommitdiffhomepage
path: root/compile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh
index 880555dc80..bf13174213 100755
--- a/compile.sh
+++ b/compile.sh
@@ -68,6 +68,8 @@ if [ ! -x "${BAZEL}" ]; then
display "$INFO $0 ${COMMANDS} /path/to/bazel"
new_step 'Building Bazel from scratch'
source scripts/bootstrap/compile.sh
+ # The DO_COMPILE flow will actually create the bazel binary and set BAZEL.
+ DO_COMPILE=1
fi
#