Skip to content

Commit 79b6877

Browse files
committed
Sync with upstream: ext/opcache JIT not supported on ARM64
1 parent 5f38c47 commit 79b6877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ext/opcache/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ if(EXT_OPCACHE_JIT)
148148
# *nix:
149149
NOT CMAKE_SYSTEM_PROCESSOR MATCHES "^(i[34567]86.*|x86.*|amd64|aarch64.*)$"
150150
# Windows:
151-
AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "^(X86|AMD64|ARM64)$"
151+
AND NOT CMAKE_SYSTEM_PROCESSOR MATCHES "^(X86|AMD64)$"
152152
)
153153
message(
154154
WARNING

0 commit comments

Comments
 (0)