You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils: flesh out the experimental SDK and prepare to package
Adjust the build of the experimental SDK to build the overlays and the
string processing library. Additionally adjust the installer build to
allow us to package and distribute the static build of the runtime.
Get-ChildItem"$(Get-SwiftSDK Windows -Identifier WindowsExperimental)\usr\lib\swift_static\windows"-Filter "*.lib"-File -ErrorAction Ignore |ForEach-Object {
3264
+
Write-Host-BackgroundColor DarkRed -ForegroundColor White "$($_.FullName) is not nested in an architecture directory"
3265
+
Move-Item$_.FullName"$(Get-SwiftSDK Windows -Identifier WindowsExperimental)\usr\lib\swift_static\windows\$($Platform.Architecture.LLVMName)\"|Out-Null
Write-Host-BackgroundColor DarkRed -ForegroundColor White "$($_.FullName) is not nested in an architecture directory"
3287
+
Move-Item$_.FullName"$(Get-SwiftSDK Windows -Identifier WindowsExperimental)\usr\lib\swift_static\windows\$($Platform.Architecture.LLVMName)\"|Out-Null
0 commit comments