summaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index b285de629..8233527b7 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -39,7 +39,7 @@ export UPGRADE_LOCATION
# configure scripts for haskell libraries to link them with the cygwin
# libraries.
stack setup --stack-yaml standalone/windows/stack.yaml
-stack build --stack-yaml standalone/windows/stack.yaml --no-haddock --dependencies-only
+stack build -j 1 --stack-yaml standalone/windows/stack.yaml --no-haddock --dependencies-only
# Build git-annex
withcyg stack build --stack-yaml --no-haddock standalone/windows/stack.yaml