summaryrefslogtreecommitdiffstats
path: root/tools/enum_parser
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2023-03-23 12:48:27 +0300
committerthegeorg <[email protected]>2023-03-23 12:48:27 +0300
commitcb162fe3f7dc8ebd28829cce641e8b250f28802c (patch)
tree9e475e141642e8011d96172473a2053efef4eaad /tools/enum_parser
parent8cfa97b5487686f556b3dae62132c8f099b1a0b3 (diff)
Mandate sdk_version 11.0 when targeting MacOS
Diffstat (limited to 'tools/enum_parser')
-rw-r--r--tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt2
1 files changed, 1 insertions, 1 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 51aa74d9bc4..d6144bc846a 100644
--- a/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt
+++ b/tools/enum_parser/enum_parser/CMakeLists.darwin-x86_64.txt
@@ -18,7 +18,7 @@ target_link_libraries(enum_parser PUBLIC
)
target_link_options(enum_parser PRIVATE
-Wl,-no_deduplicate
- -Wl,-sdk_version,10.15
+ -Wl,-sdk_version,11.0
-fPIC
-fPIC
)