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.
1 parent 342184e commit e9ebcbaCopy full SHA for e9ebcba
lib/Macros/CMakeLists.txt
@@ -46,10 +46,10 @@ function(add_swift_macro_library name)
46
47
swift_install_in_component(TARGETS ${name}
48
LIBRARY
49
- DESTINATION "${SWIFT_HOST_PLUGINS_DEST_DIR}"
+ DESTINATION "lib${LLVM_LIBDIR_SUFFIX}/swift/host/plugins"
50
COMPONENT compiler
51
ARCHIVE
52
53
COMPONENT compiler)
54
55
# Export this macro plugin target.
0 commit comments