mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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'"
|
||||
Copy-Item "$RuntimeBinaryCache\bin\swiftCore.dll" "$(Get-ProjectBinaryCache $BuildPlatform Compilers)\bin"
|
||||
|
||||
$PythonRoot = "$(Get-PythonPath $BuildPlatform)\tools"
|
||||
$env:Path = "$PythonRoot;$env:Path"
|
||||
$env:Path = "$(Get-PythonPath $BuildPlatform)\tools;$env:Path"
|
||||
|
||||
$TestingDefines += @{
|
||||
LLDB_INCLUDE_TESTS = "YES";
|
||||
|
||||
Reference in New Issue
Block a user