Browse Source

Return to src root

tags/v1.8.0
Jon Beniston 3 years ago
parent
commit
8cdb314c0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build_windows.bat

+ 1
- 1
build_windows.bat View File

@@ -33,4 +33,4 @@ mkdir winbuild
cd winbuild
cmake -G Ninja -DCMAKE_C_COMPILER="cl.exe" -DMSVC_TOOLSET_VERSION=190 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../winpath ..
ninja install
cd ../..
cd ..

Loading…
Cancel
Save