Minor Windows build fixes

This commit is contained in:
Joseph Henry
2021-05-05 19:55:47 -07:00
parent 5a668ceeba
commit fa34fb62e6
5 changed files with 18 additions and 10 deletions

View File

@@ -1,8 +1,6 @@
function Build-Host
function Build-Host([string]$BuildType, [string]$Arch)
{
$Arch="x64"
$Artifact="host"
$BuildType="Debug"
$Variant="-DBUILD_HOST=1"
# Directory for CMake to build and store intermediate files