diff options
| author | yum <yum.food.vr@gmail.com> | 2025-10-11 17:47:54 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-10-11 17:47:54 -0700 |
| commit | e11e40dde87bb67f404c3681f6266af32449feca (patch) | |
| tree | 7c13104f0896a3389a61d80fd0beb591b1c34494 /build.ps1 | |
| parent | 56bae6342544974194468661e0827f425e2a79bb (diff) | |
more stuff
Diffstat (limited to 'build.ps1')
| -rw-r--r-- | build.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ mkdir ./build cmake -S . -B build -G "Visual Studio 17 2022" -A x64 if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE } -cmake --build build --config Release +cmake --build build --config Release -j 32 if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE } # Package up into ./dist dir |
