2
0
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:
mittorn 2019-04-09 08:48:36 +00:00 committed by GitHub
parent b6ec566997
commit 6aa4e10d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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