Mac OS: fix build script for libgmp

This commit is contained in:
Matthew Flatt 2018-04-11 17:58:25 +02:00
parent 4be2c523b6
commit b1dc723acd

View File

@ -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)))]