mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-21 20:26:41 +00:00
Make evmjit dependency of LLVM private
This commit is contained in:
parent
80ee5c9a64
commit
c7116998ae
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ set_property(TARGET ${TARGET_NAME} PROPERTY FOLDER "libs")
|
|||
include_directories(${LLVM_INCLUDE_DIRS})
|
||||
include_directories(${Boost_INCLUDE_DIRS})
|
||||
|
||||
target_link_libraries(${TARGET_NAME} ${LLVM_LIBS})
|
||||
target_link_libraries(${TARGET_NAME} PRIVATE ${LLVM_LIBS})
|
||||
|
||||
#set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-rtti")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue