mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-26 03:39:16 +01:00
scripts: try to avoid race condition when MSVC writes to same pdb file in multiple threads
This commit is contained in:
parent
6403a265de
commit
d87dd2a60a
@ -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`
|
||||
./waf.bat build
|
||||
./waf.bat build -j1
|
||||
echo After build
|
||||
|
||||
cp $TRAVIS_BUILD_DIR/SDL2_VC/lib/x86/SDL2.dll . # Install SDL2
|
||||
|
Loading…
Reference in New Issue
Block a user