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 b0d3234 commit fc7d590Copy full SHA for fc7d590
stdlib/cmake/modules/AddSwiftStdlib.cmake
@@ -1202,6 +1202,10 @@ function(add_swift_target_library_single target name)
1202
set_target_properties("${target}"
1203
PROPERTIES
1204
INSTALL_RPATH "$ORIGIN")
1205
+ elseif("${SWIFTLIB_SINGLE_SDK}" STREQUAL "FREEBSD")
1206
+ set_target_properties("${target}"
1207
+ PROPERTIES
1208
+ INSTALL_RPATH "$ORIGIN")
1209
endif()
1210
1211
set_target_properties("${target}" PROPERTIES BUILD_WITH_INSTALL_RPATH YES)
0 commit comments