waf: fix multiprocess compilation with msvc

This commit is contained in:
Alibek Omarov
2019-06-26 16:41:58 +03:00
parent 76a8fe4873
commit b1406e8ecd
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,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` || die
./waf.bat build -j1 || die
./waf.bat build || die
echo After build
./waf.bat install || die