summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/pcre2/pcre2.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/pcre2/pcre2.pro')
-rw-r--r--src/3rdparty/pcre2/pcre2.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/3rdparty/pcre2/pcre2.pro b/src/3rdparty/pcre2/pcre2.pro
index 7b2b430f63..95f11f6f23 100644
--- a/src/3rdparty/pcre2/pcre2.pro
+++ b/src/3rdparty/pcre2/pcre2.pro
@@ -11,5 +11,6 @@ include(pcre2.pri)
uikit|qnx: DEFINES += PCRE2_DISABLE_JIT
win32:contains(QT_ARCH, "arm"): DEFINES += PCRE2_DISABLE_JIT
win32:contains(QT_ARCH, "arm64"): DEFINES += PCRE2_DISABLE_JIT
+macos:contains(QT_ARCH, "arm64"): DEFINES += PCRE2_DISABLE_JIT
load(qt_helper_lib)