From d87dd2a60a3111402132b8a1ce2b884fb3117977 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Mon, 8 Apr 2019 21:31:57 +0300 Subject: [PATCH] scripts: try to avoid race condition when MSVC writes to same pdb file in multiple threads --- scripts/build_windows_engine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_windows_engine.sh b/scripts/build_windows_engine.sh index 40b99018..d1d6c468 100644 --- a/scripts/build_windows_engine.sh +++ b/scripts/build_windows_engine.sh @@ -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