diff options
author | Joey Hess <id@joeyh.name> | 2014-12-03 14:00:22 -0400 |
---|---|---|
committer | Joey Hess <id@joeyh.name> | 2014-12-03 14:00:22 -0400 |
commit | ab9bb79e8f0eaa8d951d46e82b321f8511ded942 (patch) | |
tree | 88af12e44cdad2d991a7fa67a177bfdb80d001ab /standalone | |
parent | 6ee2216421f61a488056d211dca9895fb5d114de (diff) |
force recompilation of the nullsoft installer; it does not seem to be noticing changes somehow
Diffstat (limited to 'standalone')
-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 e4130be9b..f8ff3a874 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -61,7 +61,7 @@ fi # Build the installer 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 # it includes the cygwin libs that go with them. withcygpreferred Build/NullSoftInstaller.exe |