File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ function(add_swift_parser_link_libraries target)
12
12
foreach (macrolib ${SWIFT_MACRO_PLUGINS} )
13
13
add_dependencies (${target} ${macrolib} )
14
14
endforeach ()
15
+ add_dependencies (${target} SwiftInProcPluginServer )
15
16
endif ()
16
17
endfunction ()
17
18
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ if (SWIFT_BUILD_SWIFT_SYNTAX)
30
30
set_property (TARGET ${name}
31
31
PROPERTY BUILD_WITH_INSTALL_RPATH YES )
32
32
33
+ add_dependencies (compiler SwiftInProcPluginServer )
33
34
swift_install_in_component (TARGETS SwiftInProcPluginServer
34
35
ARCHIVE DESTINATION "lib${LLVM_LIBDIR_SUFFIX} /swift/host" COMPONENT compiler
35
36
LIBRARY DESTINATION "lib${LLVM_LIBDIR_SUFFIX} /swift/host" COMPONENT compiler
You can’t perform that action at this time.
0 commit comments