From af48274a450bcc4ad3863686473250f38d972dc6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 11 Sep 2015 13:46:29 -0400 Subject: fix PATH zcat is needed from cygwin to build --- standalone/windows/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'standalone/windows') diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 91037eec3..a35df65a1 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -76,7 +76,7 @@ fi # Build the installer cabal install nsis ghc -fforce-recomp --make Build/NullSoftInstaller.hs -fno-warn-tabs -Build/NullSoftInstaller.exe +PATH=".:/c/cygwin/bin:$PATH" Build/NullSoftInstaller.exe rm -f last-incremental-failed -- cgit v1.2.3