Browse Source

Revert "scripts: try to avoid race condition when MSVC writes to same pdb file in multiple threads"

This reverts commit d87dd2a60a.
pull/2/head
Alibek Omarov 5 years ago
parent
commit
a40d64d3a6
  1. 2
      scripts/build_windows_engine.sh

2
scripts/build_windows_engine.sh

@ -8,7 +8,7 @@ cd $TRAVIS_BUILD_DIR @@ -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 -j1
./waf.bat build
echo After build
cp $TRAVIS_BUILD_DIR/SDL2_VC/lib/x86/SDL2.dll . # Install SDL2

Loading…
Cancel
Save