summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <id@joeyh.name>2014-12-03 14:00:22 -0400
committerGravatar Joey Hess <id@joeyh.name>2014-12-03 14:00:22 -0400
commitab9bb79e8f0eaa8d951d46e82b321f8511ded942 (patch)
tree88af12e44cdad2d991a7fa67a177bfdb80d001ab
parent6ee2216421f61a488056d211dca9895fb5d114de (diff)
force recompilation of the nullsoft installer; it does not seem to be noticing changes somehow
-rwxr-xr-xstandalone/windows/build.sh2
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