Proper folder during compilation for arm64 on intel (#13331)

This commit is contained in:
Ilya Lavrenov 2022-10-05 00:34:36 +04:00 committed by GitHub
parent fed0d1cebf
commit 76fc9cb109
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ elseif(X86)
set(ARCH_FOLDER ia32)
elseif(MSVC AND ARM)
set(ARCH_FOLDER arm)
elseif(MSVC AND AARCH64)
elseif((MSVC OR APPLE) AND AARCH64)
set(ARCH_FOLDER arm64)
elseif(UNIVERSAL2)
set(ARCH_FOLDER universal2)