mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:39:18 +08:00
e86ed50718
* [vcpkg_configure_make] Report warning when unresolved arguments are passed in * Add missing option NO_DEBUG * Add _VCPKG_MAKE_NO_DEBUG for vcpkg_configure_make * Add more condition * [apr] Remove NO_DEBUG * [liburing] Remove NO_DEBUG * [apr-util] Remove NO_DEBUG * version * Mssing port-version ++ * version
21 lines
520 B
JSON
21 lines
520 B
JSON
{
|
|
"name": "apr",
|
|
"version": "1.7.0",
|
|
"port-version": 7,
|
|
"description": "The Apache Portable Runtime (APR) is a C library that forms a system portability layer that covers many operating systems.",
|
|
"homepage": "https://apr.apache.org/",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
],
|
|
"features": {
|
|
"private-headers": {
|
|
"description": "Install non-standard files required for building Apache httpd"
|
|
}
|
|
}
|
|
}
|