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) {
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 }
You can’t perform that action at this time.
0 commit comments