From 59233f1b18fc58df1ebf500cd992c572deb701d6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Oct 2017 17:54:33 -0400 Subject: simplify build --- standalone/windows/build.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'standalone') 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 \ -- cgit v1.2.3