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 71bbe17 + cd21684 commit 7688cd9Copy full SHA for 7688cd9
lib/Macros/CMakeLists.txt
@@ -60,6 +60,9 @@ function(add_swift_macro_library name)
60
set(destination_dir "lib${LLVM_LIBDIR_SUFFIX}/swift/host/plugins")
61
62
swift_install_in_component(TARGETS ${name}
63
+ RUNTIME
64
+ DESTINATION bin
65
+ COMPONENT compiler
66
LIBRARY
67
DESTINATION "${destination_dir}"
68
COMPONENT compiler
0 commit comments