mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-24 04:51:41 +00:00
- fix paths in previous commit
This commit is contained in:
parent
948e7cd649
commit
5d38e4c476
1 changed files with 2 additions and 2 deletions
|
@ -65,9 +65,9 @@ mkdir "%~dp0\build\zmusic\build"
|
|||
mkdir "%~dp0\build\vcpkg_installed"
|
||||
|
||||
cmake -A x64 -S ./zmusic -B ./zmusic/build ^
|
||||
-DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake ^
|
||||
-DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake ^
|
||||
-DVCPKG_LIBSNDFILE=1 ^
|
||||
-DVCPKG_INSTALLLED_DIR=./vcpkg_installed/
|
||||
-DVCPKG_INSTALLLED_DIR=../vcpkg_installed/
|
||||
cmake --build ./zmusic/build --config Release -- -maxcpucount -verbosity:minimal
|
||||
|
||||
cmake -A x64 -S .. -B . ^
|
||||
|
|
Loading…
Reference in a new issue