aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authoriaz1607 <iaz1607@yandex-team.com>2024-02-14 17:38:18 +0300
committeriaz1607 <iaz1607@yandex-team.com>2024-02-14 17:53:28 +0300
commitcf85a5e766b259c067550190ed79cde1a0cd3356 (patch)
treea6b4d70b92990ccb042db7edd57fd6d9daa03df4 /build
parent338cc91c47563f925e4eb0a4c40368308f19599b (diff)
downloadydb-cf85a5e766b259c067550190ed79cde1a0cd3356.tar.gz
Enable os_sdk=local for mapsmobi
153c5173692c0121242ea894d482a9f0bdf5863c
Diffstat (limited to 'build')
-rwxr-xr-xbuild/ymake_conf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index b2821d51af..98a7559807 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -1052,6 +1052,9 @@ class GnuToolchainOptions(ToolchainOptions):
if build.host.is_apple and build.target.is_apple and to_bool(preset('APPLE_SDK_LOCAL'), default=False):
self.os_sdk_local = True
+ if build.host.is_apple and build.target.is_ios and to_bool(preset('MAPSMOBI_BUILD_TARGET'), default=False):
+ self.os_sdk_local = True
+
if self.os_sdk == 'local':
self.os_sdk_local = True