Skip to content

Commit e9ebcba

Browse files
committed
Fix install path for macro plugin libraries
1 parent 342184e commit e9ebcba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Macros/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ function(add_swift_macro_library name)
4646

4747
swift_install_in_component(TARGETS ${name}
4848
LIBRARY
49-
DESTINATION "${SWIFT_HOST_PLUGINS_DEST_DIR}"
49+
DESTINATION "lib${LLVM_LIBDIR_SUFFIX}/swift/host/plugins"
5050
COMPONENT compiler
5151
ARCHIVE
52-
DESTINATION "${SWIFT_HOST_PLUGINS_DEST_DIR}"
52+
DESTINATION "lib${LLVM_LIBDIR_SUFFIX}/swift/host/plugins"
5353
COMPONENT compiler)
5454

5555
# Export this macro plugin target.

0 commit comments

Comments
 (0)