vcpkg/ports/pcre/vcpkg.json
Jamlys Lee 0e4f9d4d1d
[pcre] Fix build failure for loongarch64 cpu (#25617)
* Fix build failure for loongarch64 cpu.

* update port version database.

Co-authored-by: Jamlys Lee <jamlys_lee@163.com>
2022-07-07 14:10:14 -07:00

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
}
]
}