You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# need to remove symlink that gets created in the NDK to the previous arch's build
363
-
# or else we get errors like:
364
-
# error: could not find module '_Builtin_float' for target 'x86_64-unknown-linux-android'; found: aarch64-unknown-linux-android, at: /home/runner/work/_temp/swift-android-sdk/ndk/android-ndk-r27c/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/swift/android/_Builtin_float.swiftmodule
365
-
rm -f $ndk_toolchain/sysroot/usr/lib/swift
366
-
367
362
./swift/utils/build-script \
368
363
$build_type_flag \
369
364
--reconfigure \
@@ -391,6 +386,12 @@ for arch in $archs; do
391
386
392
387
#--clean-install-destdir \
393
388
#--clean \
389
+
390
+
391
+
# need to remove symlink that gets created in the NDK to the previous arch's build
392
+
# or else we get errors like:
393
+
# error: could not find module '_Builtin_float' for target 'x86_64-unknown-linux-android'; found: aarch64-unknown-linux-android, at: /home/runner/work/_temp/swift-android-sdk/ndk/android-ndk-r27c/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/swift/android/_Builtin_float.swiftmodule
0 commit comments