pineapple-src/externals/vcpkg/ports/dlfcn-win32/vcpkg.json
2022-07-23 03:01:36 +02:00

14 lines
323 B
JSON
Executable file

{
"name": "dlfcn-win32",
"version": "1.1.1",
"port-version": 6,
"description": "dlfcn-win32 is an implementation of dlfcn for Windows.",
"homepage": "https://github.com/dlfcn-win32/dlfcn-win32",
"supports": "windows & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}