mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 01:30:55 +08:00
[pcre] fix build failure on s390x (#42460)
This commit is contained in:
parent
21022e2301
commit
5deeb36ed7
@ -20,7 +20,7 @@ vcpkg_from_sourceforge(
|
||||
)
|
||||
|
||||
set(IS_PCRE_SUPPORT_JIT YES)
|
||||
if(VCPKG_TARGET_ARCHITECTURE MATCHES "loongarch")
|
||||
if(VCPKG_TARGET_ARCHITECTURE MATCHES "(loongarch|^s390)")
|
||||
set(IS_PCRE_SUPPORT_JIT NO)
|
||||
endif()
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pcre",
|
||||
"version": "8.45",
|
||||
"port-version": 6,
|
||||
"port-version": 7,
|
||||
"description": "Perl Compatible Regular Expressions",
|
||||
"homepage": "https://www.pcre.org/",
|
||||
"license": null,
|
||||
|
@ -6930,7 +6930,7 @@
|
||||
},
|
||||
"pcre": {
|
||||
"baseline": "8.45",
|
||||
"port-version": 6
|
||||
"port-version": 7
|
||||
},
|
||||
"pcre2": {
|
||||
"baseline": "10.43",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "efb74e04576fa0da0587cdb06cbfeef72a8d9218",
|
||||
"version": "8.45",
|
||||
"port-version": 7
|
||||
},
|
||||
{
|
||||
"git-tree": "50cd82cb1c716b4c31687b01c009a751f4259c8e",
|
||||
"version": "8.45",
|
||||
|
Loading…
x
Reference in New Issue
Block a user