vcpkg/ports/dlfcn-win32/vcpkg.json
tdcosta100 9792dd9e15
[dlfcn-win32] Fix install failure when build type is set to release (#28172)
* [dlfcn-win32] Fix install failure when build type is set to release

* [dlfcn-win32] Update port version

* [dlfcn-win32] Use vcpkg_fixup_cmake_targets

* [dlfcn-win32] Update port version

* [dlfcn-win32] Use vcpkg_cmake_config_fixup instead deprecated vcpkg_fixup_cmake_targets

* [dlfcn-win32] Update port version
2022-12-06 12:55:10 -08:00

20 lines
411 B
JSON

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