From 0cfd417b16a21a219b2ea47649ebe0147d97057d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Sep 2015 15:06:43 -0700 Subject: no warn tabs when building the EvilLinker and NullSoftInstaller --- standalone/windows/build-simple.sh | 4 ++-- standalone/windows/build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'standalone/windows') 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. -- cgit v1.2.3