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