Skip to content

Commit

Permalink
PORT: Use --enable-fat for building gmp for the Mac Bundle as
Browse files Browse the repository at this point in the history
suggested by Torbjörn Granlund.
  • Loading branch information
JanWielemaker authored and keriharris committed Jun 18, 2019
1 parent 7f8da89 commit 3ce346d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/macos-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ download_gmp()
build_gmp()
{ ( cd gmp-$GMP_VERSION
./configure --prefix=$PREFIX \
--enable-shared --disable-static
--enable-shared --disable-static --enable-fat
make
make install
)
Expand Down

0 comments on commit 3ce346d

Please sign in to comment.