mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
build-macos: fix cmake config for arm64
This commit is contained in:
parent
afae58b231
commit
219ddf3e11
2 changed files with 16 additions and 5 deletions
2
3rdparty/llvm.cmake
vendored
2
3rdparty/llvm.cmake
vendored
|
@ -70,7 +70,7 @@ if(WITH_LLVM)
|
|||
endif()
|
||||
|
||||
if(COMPILER_ARM)
|
||||
set(LLVM_LIBS ${LLVM_LIBS} LLVMX86CodeGen LLVMX86AsmParser LLVMARMCodeGen LLVMARMAsmParser)
|
||||
set(LLVM_LIBS ${LLVM_LIBS} LLVMX86CodeGen LLVMX86AsmParser LLVMARMCodeGen LLVMARMAsmParser LLVMAArch64CodeGen LLVMAArch64AsmParser)
|
||||
endif()
|
||||
|
||||
if(WIN32 OR CMAKE_SYSTEM MATCHES "Linux")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue