File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1951,13 +1951,13 @@ function Build-DS2([Platform]$Platform, $Arch) {
1951
1951
Build-CMakeProject `
1952
1952
- Src " $SourceCache \ds2" `
1953
1953
- Bin " $BinaryCache \$ ( $Arch.LLVMTarget ) \ds2" `
1954
- - InstallTo " $ ( Get-PlatformRoot $Platform ) \Developer\Library\$ ( Get-ModuleTriple $Arch ) " `
1954
+ - InstallTo " $ ( Get-PlatformRoot $Platform ) \Developer\Library\ds2\usr " `
1955
1955
- Arch $Arch `
1956
1956
- Platform $Platform `
1957
- - BuildTargets default `
1958
1957
- Defines @ {
1959
1958
CMAKE_SYSTEM_NAME = $Platform.ToString ();
1960
1959
DS2_REGSGEN2 = " $ ( Get-BuildProjectBinaryCache RegsGen2) /regsgen2.exe" ;
1960
+ DS2_PROGRAM_PREFIX = " $ ( Get-ModuleTriple $Arch ) -" ;
1961
1961
BISON_EXECUTABLE = " $ ( Get-BisonExecutable ) " ;
1962
1962
FLEX_EXECUTABLE = " $ ( Get-FlexExecutable ) " ;
1963
1963
}
You can’t perform that action at this time.
0 commit comments