mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 03:18:56 +08:00
df82854502
* Update Apr to 1.7.2 * Fix formatting * Fix new crosscompile check in apr's apr-1-config * Replace absolute paths in apr_rules.mk They would poison the binary cache * Stop using deprecated vcpkg_extract_source_archive_ex
26 lines
623 B
JSON
26 lines
623 B
JSON
{
|
|
"name": "apr",
|
|
"version": "1.7.2",
|
|
"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"
|
|
}
|
|
}
|
|
}
|