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
502
-
# or else we get errors like:
501
+
# need to remove the arch-specific portion of the Swift resource dir in
502
+
# the build directory, through this symlink that we create in the NDK to
503
+
# the build directory, or else we get errors like:
503
504
# 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