diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-01 15:06:43 -0700 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-01 15:07:35 -0700 |
commit | 0cfd417b16a21a219b2ea47649ebe0147d97057d (patch) | |
tree | 430938c815c498dfe17b0ab4427f259e8f6dddf9 /standalone | |
parent | 09e2544af3a38a55508ecbfdde6b508a8a784b6d (diff) |
no warn tabs when building the EvilLinker and NullSoftInstaller
Diffstat (limited to 'standalone')
-rwxr-xr-x | standalone/windows/build-simple.sh | 4 | ||||
-rwxr-xr-x | standalone/windows/build.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/standalone/windows/build-simple.sh b/standalone/windows/build-simple.sh index 0a5f0afdb..7e0f40bab 100755 --- a/standalone/windows/build-simple.sh +++ b/standalone/windows/build-simple.sh @@ -28,13 +28,13 @@ if [ ! -e "dist/setup-config" ]; then withcyg cabal configure fi if ! withcyg cabal build; then - ghc --make Build/EvilLinker + ghc --make Build/EvilLinker -fno-warn-tabs withcyg Build/EvilLinker fi # Build the installer cabal install nsis -ghc --make Build/NullSoftInstaller.hs +ghc --make Build/NullSoftInstaller.hs -fno-warn-tabs PATH="$PATH:/cygdrive/c/Program Files/NSIS" # Want to include cygwin programs in bundle, not others, since # it includes the cygwin libs that go with them. diff --git a/standalone/windows/build.sh b/standalone/windows/build.sh index 7b78953d0..8c26874b2 100755 --- a/standalone/windows/build.sh +++ b/standalone/windows/build.sh @@ -54,13 +54,13 @@ touch last-incremental-failed withcyg cabal configure if ! withcyg cabal build; then rm -f Build/EvilLinker.exe - ghc --make Build/EvilLinker + ghc --make Build/EvilLinker -fno-warn-tabs Build/EvilLinker fi # Build the installer cabal install nsis -ghc -fforce-recomp --make Build/NullSoftInstaller.hs +ghc -fforce-recomp --make Build/NullSoftInstaller.hs -fno-warn-tabs # Want to include cygwin programs in bundle, not others, since # it includes the cygwin libs that go with them. # Currently need an older version of rsync than the one from cygwin. |