diff options
Diffstat (limited to 'standalone/windows/build.sh')
-rwxr-xr-x | standalone/windows/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |