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
Copy file name to clipboardExpand all lines: swift-ci/sdks/android/scripts/build.sh
+16-7Lines changed: 16 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -500,14 +500,20 @@ if [ "${NDK_LOCATION}" = "external" ]; then
500
500
# need to manually copy over swiftrt.o or else:
501
501
# error: link command failed with exit code 1 (use -v to see invocation)
502
502
# clang: error: no such file or directory: '${HOME}/.swiftpm/swift-sdks/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-04-24-a_android-0.1.artifactbundle/swift-android/ndk-sysroot/usr/lib/swift/android/x86_64/swiftrt.o'
0 commit comments