diff options
-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 |