diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt index 1a33055bf4..b6b79361c6 100644 --- a/rpcs3/CMakeLists.txt +++ b/rpcs3/CMakeLists.txt @@ -80,7 +80,7 @@ ${LLVM_INCLUDE_DIRS} ) add_definitions(${LLVM_DEFINITIONS}) -llvm_map_components_to_libnames(LLVM_LIBS all) +llvm_map_components_to_libnames(LLVM_LIBS jit vectorize x86codegen x86disassembler) link_directories("${RPCS3_SRC_DIR}/../ffmpeg/${PLATFORM_ARCH}/lib")