Skip to content
Snippets Groups Projects
Commit eb3ae87f authored by Moritz Angermann's avatar Moritz Angermann
Browse files

[gmp] respect GMP_ENABLED

parent 7146958a
Branches wip/angerman/fix-gmp-enabled
No related tags found
No related merge requests found
......@@ -77,11 +77,13 @@ endif
endif
UseIntreeGmp = NO
ifeq "$(GMP_ENABLED)" "YES"
ifneq "$(HaveLibGmp)" "YES"
ifneq "$(HaveFrameworkGMP)" "YES"
UseIntreeGmp = YES
endif
endif
endif
# gmp_wrappers.c includes "ghc-gmp.h"
libraries/ghc-bignum/cbits/gmp_wrappers.c: libraries/ghc-bignum/include/ghc-gmp.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment