Update utils/build.ps1

Co-authored-by: Saleem Abdulrasool <compnerd@compnerd.org>
This commit is contained in:
Charles Zablit
2025-06-09 11:21:29 +01:00
committed by GitHub
parent 431602306f
commit b5a79cf2c2

View File

@@ -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";