mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:29:00 +08:00
92770f60d0
* Don't replace string in file that doesn't exist. * Update per bot. * Update per bot again. * Address comments.
18 lines
363 B
JSON
18 lines
363 B
JSON
{
|
|
"name": "libffi",
|
|
"version": "3.4.2",
|
|
"port-version": 2,
|
|
"description": "Portable, high level programming interface to various calling conventions",
|
|
"homepage": "https://github.com/libffi/libffi",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|