Skip to content

Commit 3070fba

Browse files
committed
Fix build script arguments to use false instead of False due to true_false not handling the capitalized form
1 parent 811583e commit 3070fba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift-ci/sdks/android/scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,10 @@ for arch in $archs; do
468468
--xctest --install-xctest \
469469
--swift-testing --install-swift-testing \
470470
--swift-testing-macros --install-swift-testing-macros \
471-
--cross-compile-build-swift-tools=False \
471+
--cross-compile-build-swift-tools=false \
472472
--libdispatch-cmake-options=-DCMAKE_SHARED_LINKER_FLAGS= \
473473
--foundation-cmake-options=-DCMAKE_SHARED_LINKER_FLAGS= \
474-
--cross-compile-append-host-target-to-destdir=False
474+
--cross-compile-append-host-target-to-destdir=false
475475
# --extra-cmake-options='-DCMAKE_EXTRA_LINK_FLAGS="-Wl,-z,max-page-size=16384"'
476476
# need to remove symlink that gets created in the NDK to the previous arch's build
477477
# or else we get errors like:

0 commit comments

Comments
 (0)