Add ffi support for windows x64 (#357)

* add ffi support for windows x64

* add ffi test
This commit is contained in:
Jerry Ma
2024-02-29 15:34:06 +08:00
committed by GitHub
parent 254764761d
commit 842e0add29
6 changed files with 76 additions and 2 deletions

View File

@@ -63,8 +63,11 @@
"ffi": {
"arg-type": "custom",
"type": "builtin",
"lib-depends": [
"lib-depends-unix": [
"libffi"
],
"lib-depends-windows": [
"libffi-win"
]
},
"fileinfo": {