mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:19:01 +08:00
6db51d86a9
If a call to `vcpkg_replace_string` makes no changes i.e doesn't effectively replace a string, A warning is logged. This should also help identify ports that no longer need these calls to fix things in `.pc` files etc.
27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"name": "apr",
|
|
"version": "1.7.4",
|
|
"port-version": 1,
|
|
"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/",
|
|
"license": "Apache-2.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true,
|
|
"platform": "windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true,
|
|
"platform": "windows"
|
|
}
|
|
],
|
|
"features": {
|
|
"private-headers": {
|
|
"description": "Install non-standard files required for building Apache httpd"
|
|
}
|
|
}
|
|
}
|