1
0
Fork 0
mirror of https://github.com/Detanup01/gbe_fork.git synced 2025-04-29 19:44:52 +02:00

build Windows deps inside build/win/deps

This commit is contained in:
otavepto 2023-12-26 01:06:41 +02:00
parent 0135cef28c
commit 1d8a1ddea2

View file

@ -3,7 +3,7 @@
setlocal
pushd "%~dp0"
set "deps_dir=build-win-deps"
set "deps_dir=build\win\deps"
set "third_party_dir=third-party"
set "third_party_deps_dir=%third_party_dir%\deps\win"
set "third_party_common_dir=%third_party_dir%\deps\common\src"