mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
scripts: osx: fix path to SDL2 framework
This commit is contained in:
parent
e2606cf97f
commit
28e6dec4b0
@ -9,7 +9,7 @@ export CC="/usr/bin/clang"
|
||||
export CXX="/usr/bin/clang++"
|
||||
export CFLAGS="-m32"
|
||||
export CXXFLAGS="-m32"
|
||||
python waf configure --sdl2=~/Library/Frameworks/SDL2.framework/ --vgui=$TRAVIS_BUILD_DIR/vgui-dev --build-type=debug || die
|
||||
python waf configure --sdl2=$HOME/Library/Frameworks/SDL2.framework/ --vgui=$TRAVIS_BUILD_DIR/vgui-dev --build-type=debug || die
|
||||
python waf build -j2 || die
|
||||
# mkdir -p pkg/
|
||||
# cp engine/libxash.dylib game_launch/xash3d mainui/libxashmenu.dylib vgui_support/libvgui_support.dylib VGUI/vgui-dev-master/lib/vgui.dylib ../scripts/xash3d.sh # pkg/
|
||||
|
Loading…
x
Reference in New Issue
Block a user