From 1446e5bb50fcfc46646f5cb420496fef9b2c2af1 Mon Sep 17 00:00:00 2001 From: gopalsr83 Date: Tue, 21 Oct 2014 16:06:10 +0530 Subject: [PATCH] Made changes for compiling in Linux --- rpcs3/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")