Skip to content

Commit d4d33d3

Browse files
committed
hardcode build rpath to see if this is the problem
1 parent 52af5ab commit d4d33d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Foundation/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Windows)
159159
$<TARGET_OBJECTS:CoreFoundationResources>)
160160
elseif(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
161161
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")
162163
endif()
163164

164165

0 commit comments

Comments
 (0)