aboutsummaryrefslogtreecommitdiff
path: root/standalone
diff options
context:
space:
mode:
Diffstat (limited to 'standalone')
-rwxr-xr-xstandalone/windows/build.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh
index 8600fd162..f9c53a7b2 100755
--- a/standalone/windows/build.sh
+++ b/standalone/windows/build.sh
@@ -56,14 +56,9 @@ getextra () {
}
getextra rsync.exe 85cb7a4d16d274fcf8069b39042965ad26abd6aa
-# Deps are not built with cygwin environment, because we don't want
-# configure scripts for haskell libraries to link them with the cygwin
-# libraries.
-stack setup --stack-yaml stack-windows.yaml
-stack build -j 1 --stack-yaml stack-windows.yaml --no-haddock --dependencies-only
-
# Build git-annex
-withcyg stack build --stack-yaml stack-windows.yaml
+stack setup --stack-yaml stack-windows.yaml
+stack build -j 1 --stack-yaml stack-windows.yaml --no-haddock
# Build the installer
withcygpreferred stack ghc --stack-yaml stack-windows.yaml --no-haddock \