File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
swift-ci/sdks/android/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -468,10 +468,10 @@ for arch in $archs; do
468
468
--xctest --install-xctest \
469
469
--swift-testing --install-swift-testing \
470
470
--swift-testing-macros --install-swift-testing-macros \
471
- --cross-compile-build-swift-tools=False \
471
+ --cross-compile-build-swift-tools=false \
472
472
--libdispatch-cmake-options=-DCMAKE_SHARED_LINKER_FLAGS= \
473
473
--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
475
475
# --extra-cmake-options='-DCMAKE_EXTRA_LINK_FLAGS="-Wl,-z,max-page-size=16384"'
476
476
# need to remove symlink that gets created in the NDK to the previous arch's build
477
477
# or else we get errors like:
You can’t perform that action at this time.
0 commit comments