diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-04-12 12:45:55 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-04-12 13:45:27 +0300 |
commit | d1497f1514198c888fa7dc82c65515e28d461eae (patch) | |
tree | 829d0caa6b6b8fce258af22bfc78b6b655212f4f | |
parent | a592841bc0deb67c364dea234d7c5adbe0dadad5 (diff) | |
download | ydb-d1497f1514198c888fa7dc82c65515e28d461eae.tar.gz |
Move ios_sdk to build/internal
bf69dc66620000d9c282ddc042e66e621ae21cf4
-rwxr-xr-x | build/ymake_conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py index 1d0dcc2647..7d733d5f59 100755 --- a/build/ymake_conf.py +++ b/build/ymake_conf.py @@ -1349,7 +1349,7 @@ class GnuToolchain(Toolchain): def setup_apple_arcadia_sdk(self, target): if target.is_ios: - self.setup_xcode_sdk(project='build/platform/ios_sdk', var='${IOS_SDK_ROOT_RESOURCE_GLOBAL}') + self.setup_xcode_sdk(project='build/internal/platform/ios_sdk', var='${IOS_SDK_ROOT_RESOURCE_GLOBAL}') self.platform_projects.append('build/internal/platform/macos_system_stl') if target.is_macos: self.setup_xcode_sdk(project='build/internal/platform/macos_sdk', var='${MACOS_SDK_RESOURCE_GLOBAL}') |