aboutsummaryrefslogtreecommitdiffstats
path: root/tools/enum_parser
diff options
context:
space:
mode:
authorhiddenpath <hiddenpath@yandex-team.com>2023-04-01 11:37:25 +0300
committerhiddenpath <hiddenpath@yandex-team.com>2023-04-01 11:37:25 +0300
commit96fdce27958935d2db8067a223a080e56cf0de14 (patch)
tree04ac88c9f83a7b01741d37dc677b29dfcb9ada48 /tools/enum_parser
parentebd4694e4ea72110b1b632fc348da17827dbca9f (diff)
downloadydb-96fdce27958935d2db8067a223a080e56cf0de14.tar.gz
Switch to lld64.ld on darwin target platform
Diffstat (limited to 'tools/enum_parser')
-rw-r--r--tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt b/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt
index d6144bc846a..9b7da6f1740 100644
--- a/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt
+++ b/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt
@@ -17,8 +17,7 @@ target_link_libraries(enum_parser PUBLIC
tools-enum_parser-parse_enum
)
target_link_options(enum_parser PRIVATE
- -Wl,-no_deduplicate
- -Wl,-sdk_version,11.0
+ -Wl,-platform_version,macos,11.0,11.0
-fPIC
-fPIC
)