mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:09:00 +08:00
96bbc0e5e3
* [libffi] Fix output name * [libffi] Cleanup
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"name": "libffi",
|
|
"version": "3.4.4",
|
|
"port-version": 2,
|
|
"description": "Portable, high level programming interface to various calling conventions",
|
|
"homepage": "https://github.com/libffi/libffi",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|