mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-30 17:21:10 +00:00
Fix shared lib build.
This commit is contained in:
parent
d4f18f11d3
commit
17e37ba57a
@ -21,8 +21,9 @@ add_lld_library(lldCore
|
||||
Support
|
||||
|
||||
LINK_LIBS
|
||||
${LLVM_PTHREAD_LIB}
|
||||
lldCommon
|
||||
${LLVM_PTHREAD_LIB}
|
||||
|
||||
DEPENDS
|
||||
${tablegen_deps}
|
||||
${tablegen_deps}
|
||||
)
|
||||
|
@ -16,5 +16,6 @@ add_lld_library(lldReaderWriter
|
||||
Support
|
||||
|
||||
LINK_LIBS
|
||||
lldCommon
|
||||
lldCore
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user