File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3217,8 +3217,8 @@ if (-not $SkipBuild) {
32173217 Invoke-BuildStep Build-ExperimentalRuntime - Static Android $Arch
32183218 Invoke-BuildStep Build-Foundation - Static Android $Arch
32193219
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 ) \"
32223222 }
32233223 Install-Platform Android $AndroidSDKArchs
32243224 Invoke-BuildStep Write-PlatformInfoPlist Android
You can’t perform that action at this time.
0 commit comments