mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-07-25 17:55:24 +02:00
build Linux deps inside build/Linux/deps
This commit is contained in:
parent
ba69f88363
commit
71f1097544
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ fi
|
||||||
|
|
||||||
# common stuff
|
# common stuff
|
||||||
script_dir=$( cd -- "$( dirname -- "${0}" )" &> /dev/null && pwd )
|
script_dir=$( cd -- "$( dirname -- "${0}" )" &> /dev/null && pwd )
|
||||||
deps_dir="$script_dir/build-linux-deps"
|
deps_dir="$script_dir/build/linux/deps"
|
||||||
third_party_dir="$script_dir/third-party"
|
third_party_dir="$script_dir/third-party"
|
||||||
third_party_deps_dir="$third_party_dir/deps/linux"
|
third_party_deps_dir="$third_party_dir/deps/linux"
|
||||||
third_party_common_dir="$third_party_dir/deps/common/src"
|
third_party_common_dir="$third_party_dir/deps/common/src"
|
||||||
|
|
Loading…
Add table
Reference in a new issue