mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 06:51:26 +12:00
Made changes for compiling in Linux
This commit is contained in:
parent
4514fc12bd
commit
1446e5bb50
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ ${LLVM_INCLUDE_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
add_definitions(${LLVM_DEFINITIONS})
|
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")
|
link_directories("${RPCS3_SRC_DIR}/../ffmpeg/${PLATFORM_ARCH}/lib")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue