mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 09:45:03 +08:00
edd3db2e3b
* [libffi] Use upstream's build system * WIP [skip actions] * WIP [skip actions] * WIP [skip actions] * Finish libffi * Fix downstream lookup * Update versions * [gobject-introspection] Require libffi * Move DLLs to bin * [libffi] Usage * Restore azp * Fix typo * CI
15 lines
324 B
JSON
15 lines
324 B
JSON
{
|
|
"name": "libffi",
|
|
"version": "3.4.4",
|
|
"port-version": 3,
|
|
"description": "Portable, high level programming interface to various calling conventions",
|
|
"homepage": "https://github.com/libffi/libffi",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|