mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Update utils/build.ps1
Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
This commit is contained in:
@@ -1894,8 +1894,7 @@ function Test-Compilers([Hashtable] $Platform, [switch] $TestClang, [switch] $Te
|
|||||||
Write-Host "Copying '$RuntimeBinaryCache\bin\swiftCore.dll' to '$(Get-ProjectBinaryCache $BuildPlatform Compilers)\bin'"
|
Write-Host "Copying '$RuntimeBinaryCache\bin\swiftCore.dll' to '$(Get-ProjectBinaryCache $BuildPlatform Compilers)\bin'"
|
||||||
Copy-Item "$RuntimeBinaryCache\bin\swiftCore.dll" "$(Get-ProjectBinaryCache $BuildPlatform Compilers)\bin"
|
Copy-Item "$RuntimeBinaryCache\bin\swiftCore.dll" "$(Get-ProjectBinaryCache $BuildPlatform Compilers)\bin"
|
||||||
|
|
||||||
$PythonRoot = "$(Get-PythonPath $BuildPlatform)\tools"
|
$env:Path = "$(Get-PythonPath $BuildPlatform)\tools;$env:Path"
|
||||||
$env:Path = "$PythonRoot;$env:Path"
|
|
||||||
|
|
||||||
$TestingDefines += @{
|
$TestingDefines += @{
|
||||||
LLDB_INCLUDE_TESTS = "YES";
|
LLDB_INCLUDE_TESTS = "YES";
|
||||||
|
|||||||
Reference in New Issue
Block a user