native-libs script: build MPFR for Windows as thread-safe
This commit is contained in:
parent
60704c9198
commit
83974a42ee
|
@ -436,7 +436,8 @@
|
||||||
(if (and m32? mac?)
|
(if (and m32? mac?)
|
||||||
(list "ABI=32")
|
(list "ABI=32")
|
||||||
null)))]
|
null)))]
|
||||||
[("mpfr") (config #:configure '("--enable-shared" "--disable-static")
|
[("mpfr") (config #:configure (append (if win? '("--enable-thread-safe") null)
|
||||||
|
'("--enable-shared" "--disable-static"))
|
||||||
#:depends '("gmp")
|
#:depends '("gmp")
|
||||||
#:env path-flags)]
|
#:env path-flags)]
|
||||||
[("jpeg") (config)]
|
[("jpeg") (config)]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user