1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

Made changes for compiling in Linux

This commit is contained in:
gopalsr83 2014-10-21 16:06:10 +05:30
parent 4514fc12bd
commit 1446e5bb50

View File

@ -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")