File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ export SWIFTPM_PD_LIBS=$xcode_toolchain/usr/lib/swift/pm
20
20
if [ ! -n " ${SWIFT_ANDROID_ARCH+defined} " ] || [ " $SWIFT_ANDROID_ARCH " == " aarch64" ]
21
21
then
22
22
export SWIFT_ANDROID_ARCH=aarch64
23
- export TARGET=aarch64-none -linux-android
23
+ export TARGET=aarch64-unknown -linux-android
24
24
export TRIPLE=aarch64-linux-android
25
25
export ARCH=arm64
26
26
export ABI=arm64-v8a
27
27
export TOOLCHAIN_ROOT=aarch64-linux-android
28
28
elif [ " $SWIFT_ANDROID_ARCH " == " x86_64" ]
29
29
then
30
30
export SWIFT_ANDROID_ARCH=x86_64
31
- export TARGET=x86_64-none -linux-android
31
+ export TARGET=x86_64-unknown -linux-android
32
32
export TRIPLE=x86_64-linux-android
33
33
export ARCH=x86_64
34
34
export ABI=x86_64
44
44
elif [ " $SWIFT_ANDROID_ARCH " == " i686" ]
45
45
then
46
46
export SWIFT_ANDROID_ARCH=i686
47
- export TARGET=i686-none -linux-android
47
+ export TARGET=i686-unknown -linux-android
48
48
export TRIPLE=i686-linux-android
49
49
export ARCH=x86
50
50
export ABI=x86
You can’t perform that action at this time.
0 commit comments