force recompilation of the nullsoft installer; it does not seem to be noticing changes somehow

This commit is contained in:
Joey Hess 2014-12-03 14:00:22 -04:00
parent 853c65161c
commit c994d73fcf

View file

@ -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