Skip to content

Commit 7688cd9

Browse files
authored
Merge pull request #69865 from compnerd/macro-installs
macros: install the runtime component for Windows
2 parents 71bbe17 + cd21684 commit 7688cd9

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)