We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fee04 commit c90571bCopy full SHA for c90571b
build.ps1
@@ -637,19 +637,13 @@ function Build-XCTest($Arch)
637
-UseBuiltCompilers Swift `
638
-BuildDefaultTarget `
639
-Defines @{
640
+ CMAKE_INSTALL_BINDIR = $Arch.BinaryDir;
641
CMAKE_SYSTEM_NAME = "Windows";
642
CMAKE_SYSTEM_PROCESSOR = $Arch.CMakeName;
643
dispatch_DIR = "$DispatchBinDir\cmake\modules";
644
Foundation_DIR = "$FoundationBinDir\cmake\modules";
645
}
646
- # Restructure Runtime
647
- Remove-Item -Recurse -Force -ErrorAction Ignore `
648
- $InstallDir\$($Arch.BinaryDir)
649
- Move-Item -Force `
650
- $InstallDir\bin `
651
652
-
653
# Restructure Import Libraries
654
New-Item -ErrorAction Ignore -Type Directory `
655
-Path $InstallDir\lib\swift\windows\$($Arch.LLVMName)
0 commit comments