summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorOdd Stranne <odd@mullvad.net>2018-06-27 15:41:43 +0200
committerOdd Stranne <odd@mullvad.net>2018-06-29 11:48:30 +0200
commit66eef87bca1e769e5f77b0ce38f580b7029ceae4 (patch)
treeee5fb89c93df090a809c5365c79a3e5570f8f606
parent5822049082df25b16a05baa79f97455c8d961bf8 (diff)
downloadmullvadvpn-66eef87bca1e769e5f77b0ce38f580b7029ceae4.tar.xz
mullvadvpn-66eef87bca1e769e5f77b0ce38f580b7029ceae4.zip
Enable parallel project builds for msbuild
-rw-r--r--build_windows_modules.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_windows_modules.sh b/build_windows_modules.sh
index 53353584b2..aa5a5a1daf 100644
--- a/build_windows_modules.sh
+++ b/build_windows_modules.sh
@@ -33,7 +33,7 @@ function build_project
set -x
for mode in $CPP_BUILD_MODES; do
for target in $CPP_BUILD_TARGETS; do
- cmd.exe "/c msbuild.exe $(to_win_path $sln) /p:Configuration=$mode /p:Platform=$target /t:$solutions"
+ cmd.exe "/c msbuild.exe /m $(to_win_path $sln) /p:Configuration=$mode /p:Platform=$target /t:$solutions"
done
done
set +x