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

2
README
View File

@@ -13,7 +13,7 @@ build.ps1 are used to simplify building and packaging for various targets.
1. git submodule update --init
2. (*)nix : ./build.sh host "release"
2. Windows : . .\build.ps1; Build-Host -BuildType "Release"
2. Windows : . .\build.ps1; Build-Host -BuildType "Release" -Arch "x64"
To see additional build targets: