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