mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2025-02-16 08:31:30 +00:00
move dependencies from root directory
This commit is contained in:
parent
7c48a183ab
commit
9c00d73a6f
377 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
DEPS_DIR=$(cd "${0%/*}"; pwd)/
|
cd "${0%/*}"
|
||||||
|
|
||||||
cd "${DEPS_DIR}"
|
DEPS_DIR=$(pwd)/deps/
|
||||||
|
|
||||||
if [ ! -e gzdoom ]; then
|
if [ ! -e gzdoom ]; then
|
||||||
if [ ! -z "${GITHUB_ACTIONS}" ]; then
|
if [ ! -z "${GITHUB_ACTIONS}" ]; then
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
set -o errexit
|
set -o errexit
|
||||||
|
|
||||||
DEPS_DIR=$(cd "${0%/*}"; pwd)/
|
cd "${0%/*}"
|
||||||
|
|
||||||
cd "${DEPS_DIR}"
|
DEPS_DIR=$(pwd)/deps/
|
||||||
|
|
||||||
if [ ! -e raze ]; then
|
if [ ! -e raze ]; then
|
||||||
if [ ! -z "${GITHUB_ACTIONS}" ]; then
|
if [ ! -z "${GITHUB_ACTIONS}" ]; then
|
||||||
|
|
0
ffi/include/ffi.h → deps/ffi/include/ffi.h
vendored
0
ffi/include/ffi.h → deps/ffi/include/ffi.h
vendored
0
ffi/lib/libffi.a → deps/ffi/lib/libffi.a
vendored
0
ffi/lib/libffi.a → deps/ffi/lib/libffi.a
vendored
0
flac/lib/libFLAC.a → deps/flac/lib/libFLAC.a
vendored
0
flac/lib/libFLAC.a → deps/flac/lib/libFLAC.a
vendored
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue