Skip to content

Commit

Permalink
support armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
msclock committed Nov 30, 2024
1 parent 428ad3d commit 7f9cb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/vcpkg/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|^s390)")
if(VCPKG_TARGET_ARCHITECTURE MATCHES "(loongarch|^s390|^arm)")
set(IS_PCRE_SUPPORT_JIT NO)
endif()

Expand Down

0 comments on commit 7f9cb23

Please sign in to comment.