* updated build_apple.sh to copy over SDL2 from the Frameworks folder that it was installed in by dep_apple.sh
This commit is contained in:
parent
319dea1f7d
commit
cc53d59532
1 changed files with 2 additions and 0 deletions
|
@ -10,5 +10,7 @@ popd
|
|||
|
||||
./waf configure --enable-utils --enable-tests --enable-lto build install --destdir=bin || die_configure
|
||||
|
||||
cp -vr /Library/Frameworks/SDL2.framework bin
|
||||
|
||||
mkdir -p artifacts/
|
||||
tar -cJvf artifacts/xash3d-fwgs-apple-$ARCH.tar.xz -C bin . # skip the bin directory from resulting tar archive
|
||||
|
|
Loading…
Add table
Reference in a new issue