Skip to content

Commit

Permalink
[pcre] fix build failure on s390x (microsoft#42460)
Browse files Browse the repository at this point in the history
  • Loading branch information
msclock authored Dec 4, 2024
1 parent 21022e2 commit 5deeb36
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/pcre/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
2 changes: 1 addition & 1 deletion ports/pcre/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6930,7 +6930,7 @@
},
"pcre": {
"baseline": "8.45",
"port-version": 6
"port-version": 7
},
"pcre2": {
"baseline": "10.43",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pcre.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "efb74e04576fa0da0587cdb06cbfeef72a8d9218",
"version": "8.45",
"port-version": 7
},
{
"git-tree": "50cd82cb1c716b4c31687b01c009a751f4259c8e",
"version": "8.45",
Expand Down

0 comments on commit 5deeb36

Please sign in to comment.