Skip to content

Commit 4f3eab3

Browse files
author
marcrasi
authored
fix _Differentiation rpath (#31183)
1 parent 433821b commit 4f3eab3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/Differentiation/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ add_swift_target_library(swift_Differentiation ${SWIFT_STDLIB_LIBRARY_BUILD_TYPE
3737
${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
3838
-parse-stdlib
3939
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
40+
DARWIN_INSTALL_NAME_DIR "@rpath"
4041
INSTALL_IN_COMPONENT stdlib)

0 commit comments

Comments
 (0)