We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fa394f + 4186d62 commit e137b32Copy full SHA for e137b32
cmake/modules/AddSwift.cmake
@@ -692,6 +692,8 @@ function(add_swift_host_library name)
692
693
add_library(${name} ${libkind} ${ASHL_SOURCES})
694
695
+ target_link_directories(${name} PUBLIC ${CMAKE_LIBRARY_OUTPUT_DIRECTORY})
696
+
697
# Respect LLVM_COMMON_DEPENDS if it is set.
698
#
699
# LLVM_COMMON_DEPENDS if a global variable set in ./lib that provides targets
0 commit comments