fix PATH
zcat is needed from cygwin to build
This commit is contained in:
parent
aca0fd53b2
commit
64a1f6d4d7
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ fi
|
||||||
# Build the installer
|
# Build the installer
|
||||||
cabal install nsis
|
cabal install nsis
|
||||||
ghc -fforce-recomp --make Build/NullSoftInstaller.hs -fno-warn-tabs
|
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
|
rm -f last-incremental-failed
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue