diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-03-23 12:48:27 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-03-23 12:48:27 +0300 |
commit | cb162fe3f7dc8ebd28829cce641e8b250f28802c (patch) | |
tree | 9e475e141642e8011d96172473a2053efef4eaad /tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt | |
parent | 8cfa97b5487686f556b3dae62132c8f099b1a0b3 (diff) | |
download | ydb-cb162fe3f7dc8ebd28829cce641e8b250f28802c.tar.gz |
Mandate sdk_version 11.0 when targeting MacOS
Diffstat (limited to 'tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt')
-rw-r--r-- | tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt b/tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt index b1222b9e29..a1c0d08994 100644 --- a/tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt +++ b/tools/rescompiler/bin/CMakeLists.darwin-x86_64.txt @@ -17,7 +17,7 @@ target_link_libraries(rescompiler PUBLIC ) target_link_options(rescompiler PRIVATE -Wl,-no_deduplicate - -Wl,-sdk_version,10.15 + -Wl,-sdk_version,11.0 -fPIC -fPIC ) |