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 @@ -3241,8 +3241,8 @@ if (-not $SkipBuild) {
32413241 Invoke-BuildStep Build-ExperimentalRuntime $Platform - Static
32423242 Invoke-BuildStep Build-Foundation $Platform - Static
32433243
3244- Move-Item " $ ( Get-SwiftSDK [ OS ]:: Android) \usr\lib\swift\android\*.a" " $ ( Get-SwiftSDK [ OS ]:: Android) \usr\lib\swift\android\$ ( $Platform.Architecture.LLVMName ) \"
3245- Move-Item " $ ( Get-SwiftSDK [ OS ]:: Android) \usr\lib\swift\android\*.so" " $ ( Get-SwiftSDK [ OS ]:: Android) \usr\lib\swift\android\$ ( $Platform.Architecture.LLVMName ) \"
3244+ Move-Item " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\*.a" " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\$ ( $Platform.Architecture.LLVMName ) \"
3245+ Move-Item " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\*.so" " $ ( Get-SwiftSDK Android) \usr\lib\swift\android\$ ( $Platform.Architecture.LLVMName ) \"
32463246 }
32473247 Install-Platform $AndroidSDKPlatforms Android
32483248 Invoke-BuildStep Write-PlatformInfoPlist $Platform
You can’t perform that action at this time.
0 commit comments