Skip to content

Commit 7bbd5d7

Browse files
utils: re-enable testing for libdispatch in build.ps1 (#78685)
1 parent b28290b commit 7bbd5d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1855,7 +1855,7 @@ function Build-Dispatch([Platform]$Platform, $Arch, [switch]$Test = $false) {
18551855
$Targets = @("default", "ExperimentalTest")
18561856
$InstallPath = ""
18571857
} else {
1858-
$Targets = @("default")
1858+
$Targets = @("install")
18591859
$InstallPath = "$($Arch.SDKInstallRoot)\usr"
18601860
}
18611861

@@ -1865,6 +1865,7 @@ function Build-Dispatch([Platform]$Platform, $Arch, [switch]$Test = $false) {
18651865
-InstallTo $InstallPath `
18661866
-Arch $Arch `
18671867
-Platform $Platform `
1868+
-BuildTargets $Targets `
18681869
-UseBuiltCompilers C,CXX,Swift `
18691870
-Defines @{
18701871
ENABLE_SWIFT = "YES";

0 commit comments

Comments
 (0)