mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
comp-libs/mpfr: fix build on Darwin
This commit is contained in:
parent
22fca0106e
commit
e6f4c47c21
@ -75,6 +75,7 @@ do_mpfr() {
|
||||
case "${CT_HOST}" in
|
||||
*cygwin*) mpfr_opt="--disable-thread-safe";;
|
||||
*mingw*) mpfr_opt="--disable-thread-safe";;
|
||||
*darwin*) mpfr_opt="--disable-thread-safe";;
|
||||
*) mpfr_opt="--enable-thread-safe";;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user