force recompilation of the nullsoft installer; it does not seem to be noticing changes somehow
This commit is contained in:
parent
853c65161c
commit
c994d73fcf
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ fi
|
||||||
|
|
||||||
# Build the installer
|
# Build the installer
|
||||||
cabal install nsis
|
cabal install nsis
|
||||||
ghc --make Build/NullSoftInstaller.hs
|
ghc -fforce-recomp --make Build/NullSoftInstaller.hs
|
||||||
# Want to include cygwin programs in bundle, not others, since
|
# Want to include cygwin programs in bundle, not others, since
|
||||||
# it includes the cygwin libs that go with them.
|
# it includes the cygwin libs that go with them.
|
||||||
withcygpreferred Build/NullSoftInstaller.exe
|
withcygpreferred Build/NullSoftInstaller.exe
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue