2020-02-17 22:54:10 +05:30
|
|
|
diff --git a/swift-corelibs-xctest/CMakeLists.txt b/swift-corelibs-xctest/CMakeLists.txt
|
2020-09-07 21:53:03 +05:30
|
|
|
index 531e7c0..589930f 100644
|
2020-02-17 22:54:10 +05:30
|
|
|
--- a/swift-corelibs-xctest/CMakeLists.txt
|
|
|
|
+++ b/swift-corelibs-xctest/CMakeLists.txt
|
2021-01-29 19:34:54 +05:30
|
|
|
@@ -58,6 +58,7 @@ if(NOT CMAKE_SYSTEM_NAME STREQUAL Darwin)
|
2020-09-07 21:53:03 +05:30
|
|
|
Foundation)
|
2021-01-29 19:34:54 +05:30
|
|
|
if(NOT CMAKE_SYSTEM_NAME STREQUAL Windows)
|
|
|
|
target_link_options(XCTest PRIVATE "SHELL:-no-toolchain-stdlib-rpath")
|
2020-09-07 21:53:03 +05:30
|
|
|
+ set_target_properties(XCTest PROPERTIES INSTALL_RPATH "$ORIGIN")
|
2021-01-29 19:34:54 +05:30
|
|
|
endif()
|
2020-09-07 21:53:03 +05:30
|
|
|
endif()
|
2020-02-17 22:54:10 +05:30
|
|
|
set_target_properties(XCTest PROPERTIES
|