mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 06:59:01 +08:00
9792dd9e15
* [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
20 lines
411 B
JSON
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
|
|
}
|
|
]
|
|
}
|