diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-01 23:24:44 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-01 23:24:44 +0000 |
commit | 8ff29424bb3b9488fcf25544325e5430a0d55d16 (patch) | |
tree | f969bbe683dd4ba8517a535b3122347a0f743fb3 /libraries/integer-gmp | |
parent | e98090e777c576eb5420c39395270f6ef969bfd6 (diff) | |
download | haskell-8ff29424bb3b9488fcf25544325e5430a0d55d16.tar.gz |
Follow changes in GHC's build system
Diffstat (limited to 'libraries/integer-gmp')
-rw-r--r-- | libraries/integer-gmp/gmp/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/integer-gmp/gmp/ghc.mk b/libraries/integer-gmp/gmp/ghc.mk index f6f3539749..d98eb8e4f1 100644 --- a/libraries/integer-gmp/gmp/ghc.mk +++ b/libraries/integer-gmp/gmp/ghc.mk @@ -33,7 +33,7 @@ clean_gmp: $(call removeTrees,libraries/integer-gmp/gmp/gmpbuild) endif -ifeq "$(Windows)" "YES" +ifeq "$(Windows_Host)" "YES" # Apparently building on Windows fails when there is a system gmp # available, so we never try to use the system gmp on Windows libraries/integer-gmp_CONFIGURE_OPTS += --configure-option=--with-intree-gmp |