summaryrefslogtreecommitdiff
path: root/tools/x-win
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-21 23:12:17 +0100
committerRobin Gareus <robin@gareus.org>2014-11-21 23:12:17 +0100
commit2966dd4a9fa7c293f9a2dade9d0b7899ef10a68d (patch)
treea587ab2e3810ea054127590c1d23cba5056aca26 /tools/x-win
parent4bc0d1c475f4f8c87b0fea690e5105d31337d6f4 (diff)
add a variable to specify windows build concurrency
Diffstat (limited to 'tools/x-win')
-rwxr-xr-xtools/x-win/compile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/x-win/compile.sh b/tools/x-win/compile.sh
index 95e581b2d1..fb4d4aa85f 100755
--- a/tools/x-win/compile.sh
+++ b/tools/x-win/compile.sh
@@ -70,4 +70,4 @@ LDFLAGS="-L${PREFIX}/lib" ./waf configure \
--also-include=${PREFIX}/include \
$ARDOURCFG \
--prefix=${PREFIX}
-./waf
+./waf ${CONCURRENCY}