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 a6d5830 commit d332d21Copy full SHA for d332d21
tools/SourceKit/tools/swift-lang/CMakeLists.txt
@@ -30,6 +30,7 @@ if(NOT SWIFT_SOURCEKIT_USE_INPROC_LIBRARY AND SWIFT_BUILD_STDLIB AND SWIFT_BUILD
30
PRIVATE_LINK_LIBRARIES ${SOURCEKITD_LINK_LIBS}
31
SWIFT_COMPILE_FLAGS ${EXTRA_COMPILE_FLAGS}
32
INSTALL_IN_COMPONENT ${INSTALLED_COMP}
33
+ DARWIN_INSTALL_NAME_DIR "@rpath"
34
TARGET_SDKS ${SOURCEKIT_DEFAULT_TARGET_SDK}
35
IS_STDLIB)
36
endif()
0 commit comments