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:
parent
4514fc12bd
commit
1446e5bb50
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user