Change native powershell.exe from x86 to x64
This commit is contained in:
parent
4b51bbb976
commit
a03b8464f5
@ -46,7 +46,7 @@ function Start-PSBuild {
|
||||
[switch]$FullCLR,
|
||||
|
||||
[Parameter(ParameterSetName='FullCLR')]
|
||||
[string]$cmakeGenerator = "Visual Studio 14 2015",
|
||||
[string]$cmakeGenerator = "Visual Studio 14 2015 Win64",
|
||||
|
||||
[Parameter(ParameterSetName='FullCLR')]
|
||||
[ValidateSet("Debug",
|
||||
|
Loading…
Reference in New Issue
Block a user