Skip to content

Commit

Permalink
utils: re-enable testing for libdispatch in build.ps1 (#78685)
Browse files Browse the repository at this point in the history
  • Loading branch information
weliveindetail authored Jan 23, 2025
1 parent b28290b commit 7bbd5d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -1855,7 +1855,7 @@ function Build-Dispatch([Platform]$Platform, $Arch, [switch]$Test = $false) {
$Targets = @("default", "ExperimentalTest")
$InstallPath = ""
} else {
$Targets = @("default")
$Targets = @("install")
$InstallPath = "$($Arch.SDKInstallRoot)\usr"
}

Expand All @@ -1865,6 +1865,7 @@ function Build-Dispatch([Platform]$Platform, $Arch, [switch]$Test = $false) {
-InstallTo $InstallPath `
-Arch $Arch `
-Platform $Platform `
-BuildTargets $Targets `
-UseBuiltCompilers C,CXX,Swift `
-Defines @{
ENABLE_SWIFT = "YES";
Expand Down

0 comments on commit 7bbd5d7

Please sign in to comment.