mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-06-05 08:45:55 +02:00
build Windows deps inside build/win/deps
This commit is contained in:
parent
0135cef28c
commit
1d8a1ddea2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
setlocal
|
setlocal
|
||||||
pushd "%~dp0"
|
pushd "%~dp0"
|
||||||
|
|
||||||
set "deps_dir=build-win-deps"
|
set "deps_dir=build\win\deps"
|
||||||
set "third_party_dir=third-party"
|
set "third_party_dir=third-party"
|
||||||
set "third_party_deps_dir=%third_party_dir%\deps\win"
|
set "third_party_deps_dir=%third_party_dir%\deps\win"
|
||||||
set "third_party_common_dir=%third_party_dir%\deps\common\src"
|
set "third_party_common_dir=%third_party_dir%\deps\common\src"
|
||||||
|
|
Loading…
Add table
Reference in a new issue