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 52af5ab commit d4d33d3Copy full SHA for d4d33d3
Sources/Foundation/CMakeLists.txt
@@ -159,6 +159,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Windows)
159
$<TARGET_OBJECTS:CoreFoundationResources>)
160
elseif(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
161
target_link_options(Foundation PRIVATE "SHELL:-no-toolchain-stdlib-rpath")
162
+ set_target_properties(Foundation PROPERTIES BUILD_RPATH "/home/buildnode/jenkins/workspace/swift-corelibs-foundation-PR-Linux/buildbot_linux/swift-linux-x86_64/lib/swift/linux")
163
endif()
164
165
0 commit comments