Skip to content

Commit 163220d

Browse files
committed
Fix check for BUILD_COMPILER
1 parent 060c871 commit 163220d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/android/build-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ WORKDIR=$(realpath ${WORKDIR})
2525
HOST_OS=ubuntu$(lsb_release -sr)
2626
source ./scripts/toolchain-vars.sh
2727

28-
if [[ "${BUILD_COMPILER}" != "0" ]]; then
28+
if [[ "${BUILD_COMPILER}" != "1" ]]; then
2929
SWIFT_ROOT=${WORKDIR}/host-toolchain
3030
HOST_TOOLCHAIN=$SWIFT_ROOT/$SWIFT_BASE/usr
3131
if [[ ! -d "$HOST_TOOLCHAIN" ]]; then

0 commit comments

Comments
 (0)