mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 01:45:19 +01:00
scripts: fix travis scripts after refactoring wscript
This commit is contained in:
parent
28c47a5c86
commit
2072f5c276
@ -7,7 +7,7 @@ export CXX="ccache i686-w64-mingw32-g++"
|
||||
export CFLAGS="-static-libgcc -no-pthread"
|
||||
export CXXFLAGS="-static-libgcc -static-libstdc++"
|
||||
export WINRC="i686-w64-mingw32-windres"
|
||||
./waf configure -o build-mingw --sdl2=$TRAVIS_BUILD_DIR/SDL2_mingw/i686-w64-mingw32/ --no-vgui --build-type=debug --verbose # can't compile VGUI support on MinGW, due to differnet C++ ABI
|
||||
./waf configure -o build-mingw --sdl2=$TRAVIS_BUILD_DIR/SDL2_mingw/i686-w64-mingw32/ --disable-vgui --build-type=debug --verbose # can't compile VGUI support on MinGW, due to differnet C++ ABI
|
||||
./waf build -o build-mingw -j2 --verbose
|
||||
cp $TRAVIS_BUILD_DIR/SDL2_mingw/i686-w64-mingw32//bin/SDL2.dll . # Install SDL2
|
||||
cp vgui_support_bin/vgui_support.dll .
|
||||
|
Loading…
Reference in New Issue
Block a user