add gmp extension for macOS

This commit is contained in:
crazywhalecc
2023-03-18 18:46:10 +08:00
parent b87a633496
commit cfa89e3003
5 changed files with 67 additions and 1 deletions

View File

@@ -68,6 +68,18 @@
"SystemConfiguration"
]
},
"gmp": {
"source": "gmp",
"static-libs-unix": [
"libgmp.a"
],
"static-libs-windows": [
"libgmp.lib"
],
"headers": [
"gmp.h"
]
},
"libffi": {
"source": "libffi",
"static-libs-unix": [