Skip to content

Commit

Permalink
[sotoc] Fix sotoc DYLIB builds
Browse files Browse the repository at this point in the history
  • Loading branch information
simoll committed Nov 25, 2021
1 parent 4f0cad1 commit 629d3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/tools/sotoc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ endif()
# Link, install and tests
################################################################################

target_link_libraries(${SOTOC_PROJECT_NAME} PRIVATE ${USE_LLVM_LIBS} ${USE_CLANG_LIBS})
clang_target_link_libraries(${SOTOC_PROJECT_NAME} PRIVATE ${USE_LLVM_LIBS} ${USE_CLANG_LIBS})

install(TARGETS ${SOTOC_PROJECT_NAME} DESTINATION bin)

Expand Down

0 comments on commit 629d3be

Please sign in to comment.