Skip to content

Commit f2bbdc9

Browse files
authored
Merge pull request #79744 from compnerd/ds2
utils: target prefix ds2, use a more standard layout
2 parents cf6c4c9 + 4c39fcb commit f2bbdc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1951,13 +1951,13 @@ function Build-DS2([Platform]$Platform, $Arch) {
19511951
Build-CMakeProject `
19521952
-Src "$SourceCache\ds2" `
19531953
-Bin "$BinaryCache\$($Arch.LLVMTarget)\ds2" `
1954-
-InstallTo "$(Get-PlatformRoot $Platform)\Developer\Library\$(Get-ModuleTriple $Arch)" `
1954+
-InstallTo "$(Get-PlatformRoot $Platform)\Developer\Library\ds2\usr" `
19551955
-Arch $Arch `
19561956
-Platform $Platform `
1957-
-BuildTargets default `
19581957
-Defines @{
19591958
CMAKE_SYSTEM_NAME = $Platform.ToString();
19601959
DS2_REGSGEN2 = "$(Get-BuildProjectBinaryCache RegsGen2)/regsgen2.exe";
1960+
DS2_PROGRAM_PREFIX = "$(Get-ModuleTriple $Arch)-";
19611961
BISON_EXECUTABLE = "$(Get-BisonExecutable)";
19621962
FLEX_EXECUTABLE = "$(Get-FlexExecutable)";
19631963
}

0 commit comments

Comments
 (0)