Skip to content

Commit 4cd2264

Browse files
authored
Merge pull request swiftlang#69868 from compnerd/5.10-macro-installs
macros: install the runtime component for Windows
2 parents a7b681c + e615879 commit 4cd2264

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Macros/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ function(add_swift_macro_library name)
6060
set(destination_dir "lib${LLVM_LIBDIR_SUFFIX}/swift/host/plugins")
6161

6262
swift_install_in_component(TARGETS ${name}
63+
RUNTIME
64+
DESTINATION bin
65+
COMPONENT compiler
6366
LIBRARY
6467
DESTINATION "${destination_dir}"
6568
COMPONENT compiler

0 commit comments

Comments
 (0)