mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-26 11:49:25 +01:00
win32: try use relative SDL2 path
This commit is contained in:
parent
b6ec566997
commit
6aa4e10d94
@ -7,7 +7,7 @@ cd $TRAVIS_BUILD_DIR
|
||||
|
||||
# NOTE: to build with other version use --msvc_version during configuration
|
||||
# NOTE: sometimes you may need to add WinSDK to %PATH%
|
||||
./waf.bat configure -s "$TRAVIS_BUILD_DIR/SDL2_VC" -T "debug" --prefix=`pwd`
|
||||
./waf.bat configure -s "SDL2_VC" -T "debug" --prefix=`pwd`
|
||||
./waf.bat build
|
||||
echo After build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user