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) {
3240
3240
Invoke-BuildStep Build-ExperimentalRuntime $Platform - Static
3241
3241
Invoke-BuildStep Build-Foundation $Platform - Static
3242
3242
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 ) \"
3245
3245
}
3246
3246
Install-Platform $AndroidSDKPlatforms Android
3247
3247
Invoke-BuildStep Write-PlatformInfoPlist $Platform
You can’t perform that action at this time.
0 commit comments