mirror of
https://github.com/aria2/aria2.git
synced 2024-11-27 03:54:21 +08:00
OSX: enable fat gmp again
which was disabled by accident Closes GH-608
This commit is contained in:
parent
ce868d75bd
commit
fc58153734
@ -129,8 +129,7 @@ sqlite_ldflags=$(CFLAGS) $(LTO_FLAGS)
|
||||
gmp_version = 6.1.0
|
||||
gmp_hash = db38c7b67f8eea9f2e5b8a48d219165b2fdab11f
|
||||
gmp_url = https://ftp.gnu.org/gnu/gmp/gmp-$(gmp_version).tar.bz2
|
||||
gmp_confflags = --disable-cxx --enable-assembly --with-pic
|
||||
gmp_confflags_x86_64 = --enable-fat
|
||||
gmp_confflags = --disable-cxx --enable-assembly --with-pic --enable-fat
|
||||
|
||||
libgpgerror_version = 1.21
|
||||
libgpgerror_hash = ef1dfb2f8761f019091180596e9e638d8cc37513
|
||||
|
Loading…
Reference in New Issue
Block a user