diff options
author | hiddenpath <hiddenpath@yandex-team.com> | 2023-04-01 11:37:25 +0300 |
---|---|---|
committer | hiddenpath <hiddenpath@yandex-team.com> | 2023-04-01 11:37:25 +0300 |
commit | 96fdce27958935d2db8067a223a080e56cf0de14 (patch) | |
tree | 04ac88c9f83a7b01741d37dc677b29dfcb9ada48 /library/cpp/actors/dnsresolver/ut | |
parent | ebd4694e4ea72110b1b632fc348da17827dbca9f (diff) | |
download | ydb-96fdce27958935d2db8067a223a080e56cf0de14.tar.gz |
Switch to lld64.ld on darwin target platform
Diffstat (limited to 'library/cpp/actors/dnsresolver/ut')
-rw-r--r-- | library/cpp/actors/dnsresolver/ut/CMakeLists.darwin-x86_64.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/library/cpp/actors/dnsresolver/ut/CMakeLists.darwin-x86_64.txt b/library/cpp/actors/dnsresolver/ut/CMakeLists.darwin-x86_64.txt index 33f4ad3b72..c1b0239d7f 100644 --- a/library/cpp/actors/dnsresolver/ut/CMakeLists.darwin-x86_64.txt +++ b/library/cpp/actors/dnsresolver/ut/CMakeLists.darwin-x86_64.txt @@ -22,8 +22,7 @@ target_link_libraries(library-cpp-actors-dnsresolver-ut PUBLIC cpp-actors-testlib ) target_link_options(library-cpp-actors-dnsresolver-ut PRIVATE - -Wl,-no_deduplicate - -Wl,-sdk_version,11.0 + -Wl,-platform_version,macos,11.0,11.0 -fPIC -fPIC -framework |