File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -637,19 +637,13 @@ function Build-XCTest($Arch)
637
637
- UseBuiltCompilers Swift `
638
638
- BuildDefaultTarget `
639
639
- Defines @ {
640
+ CMAKE_INSTALL_BINDIR = $Arch.BinaryDir ;
640
641
CMAKE_SYSTEM_NAME = " Windows" ;
641
642
CMAKE_SYSTEM_PROCESSOR = $Arch.CMakeName ;
642
643
dispatch_DIR = " $DispatchBinDir \cmake\modules" ;
643
644
Foundation_DIR = " $FoundationBinDir \cmake\modules" ;
644
645
}
645
646
646
- # Restructure Runtime
647
- Remove-Item - Recurse - Force - ErrorAction Ignore `
648
- $InstallDir \$ ($Arch.BinaryDir )
649
- Move-Item - Force `
650
- $InstallDir \bin `
651
- $InstallDir \$ ($Arch.BinaryDir )
652
-
653
647
# Restructure Import Libraries
654
648
New-Item - ErrorAction Ignore - Type Directory `
655
649
- Path $InstallDir \lib\swift\windows\$ ($Arch.LLVMName )
You can’t perform that action at this time.
0 commit comments