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 fe05b47 commit c50d166Copy full SHA for c50d166
cmake/modules/AddSwift.cmake
@@ -577,6 +577,9 @@ function(_add_swift_runtime_link_flags target relpath_to_lib_dir bootstrapping)
577
if (NOT "${bootstrapping}" STREQUAL "1")
578
if(${SWIFT_HOST_VARIANT_SDK} IN_LIST SWIFT_DARWIN_PLATFORMS)
579
target_link_directories(${target} PRIVATE "${sdk_dir}")
580
+
581
+ # Include the abi stable system stdlib in our rpath.
582
+ set(swift_runtime_rpath "/usr/lib/swift")
583
endif()
584
585
0 commit comments