Mac OS: fix build script for libgmp
This commit is contained in:
parent
4be2c523b6
commit
b1dc723acd
|
@ -493,6 +493,9 @@
|
|||
[("gmp") (config #:patches (if gcc-4.0? (list gmp-weak-patch) null)
|
||||
#:configure (append
|
||||
'("--enable-shared" "--disable-static")
|
||||
(if mac?
|
||||
'("--build=corei-apple-darwin")
|
||||
null)
|
||||
(if (and m32? mac?)
|
||||
(list "ABI=32")
|
||||
null)))]
|
||||
|
|
Loading…
Reference in New Issue
Block a user