mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 12:09:01 +08:00
f27af0410e
* [pcre] fix build pcre undeclared identifier strtoq on arm-android * replace CHECK_FUNCTION_EXISTS by CHECK_SYMBOL_EXISTS * Update version database
18 lines
311 B
JSON
18 lines
311 B
JSON
{
|
|
"name": "pcre",
|
|
"version": "8.45",
|
|
"port-version": 3,
|
|
"description": "Perl Compatible Regular Expressions",
|
|
"homepage": "https://www.pcre.org/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|