mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 08:59:00 +08:00
0e4f9d4d1d
* Fix build failure for loongarch64 cpu. * update port version database. Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
18 lines
311 B
JSON
18 lines
311 B
JSON
{
|
|
"name": "pcre",
|
|
"version": "8.45",
|
|
"port-version": 4,
|
|
"description": "Perl Compatible Regular Expressions",
|
|
"homepage": "https://www.pcre.org/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|