File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3217,8 +3217,8 @@ if (-not $SkipBuild) {
3217
3217
Invoke-BuildStep Build-ExperimentalRuntime - Static Android $Arch
3218
3218
Invoke-BuildStep Build-Foundation - Static Android $Arch
3219
3219
3220
- Copy-File " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\*.a" " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\$ ( $Arch.LLVMName ) \"
3221
- Copy-File " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\*.so" " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\$ ( $Arch.LLVMName ) \"
3220
+ Move-Item " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\*.a" " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\$ ( $Arch.LLVMName ) \"
3221
+ Move-Item " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\*.so" " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\$ ( $Arch.LLVMName ) \"
3222
3222
}
3223
3223
Install-Platform Android $AndroidSDKArchs
3224
3224
Invoke-BuildStep Write-PlatformInfoPlist Android
You can’t perform that action at this time.
0 commit comments