diff options
author | setser <setser@yandex-team.ru> | 2022-02-10 16:46:30 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:30 +0300 |
commit | a4aba79bef18ab7f150044a7e4f0f29c88a76513 (patch) | |
tree | ae46564c0dc4e1952ad8e8f2efc1aeab4e31b312 /build/platform | |
parent | 7597bb840e100a7acf04459a48562c75b439f467 (diff) | |
download | ydb-a4aba79bef18ab7f150044a7e4f0f29c88a76513.tar.gz |
Restoring authorship annotation for <setser@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/platform')
-rw-r--r-- | build/platform/xcode/tools/ya.make.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/platform/xcode/tools/ya.make.inc b/build/platform/xcode/tools/ya.make.inc index a154917e33..0e26156c78 100644 --- a/build/platform/xcode/tools/ya.make.inc +++ b/build/platform/xcode/tools/ya.make.inc @@ -1,8 +1,8 @@ IF (NOT HOST_OS_DARWIN) MESSAGE(FATAL_ERROR Unsupported host platform for Xcode tools) ENDIF() -IF (LOCAL_XCODE_TOOLS) # Local XCode installation is used instead. -ELSEIF (XCODE_TOOLS_VERSION == "10.1") +IF (LOCAL_XCODE_TOOLS) # Local XCode installation is used instead. +ELSEIF (XCODE_TOOLS_VERSION == "10.1") DECLARE_EXTERNAL_RESOURCE(XCODE_TOOLS_ROOT sbr:799017771) ELSE() MESSAGE(FATAL_ERROR Unsupported Xcode tools version: $XCODE_TOOLS_VERSION) |