native-libs script: build MPFR for Windows as thread-safe

This commit is contained in:
Matthew Flatt 2015-01-27 20:07:49 -07:00
parent 60704c9198
commit 83974a42ee

View File

@ -436,7 +436,8 @@
(if (and m32? mac?)
(list "ABI=32")
null)))]
[("mpfr") (config #:configure '("--enable-shared" "--disable-static")
[("mpfr") (config #:configure (append (if win? '("--enable-thread-safe") null)
'("--enable-shared" "--disable-static"))
#:depends '("gmp")
#:env path-flags)]
[("jpeg") (config)]