aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform
diff options
context:
space:
mode:
authorsetser <setser@yandex-team.ru>2022-02-10 16:46:30 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:30 +0300
commita4aba79bef18ab7f150044a7e4f0f29c88a76513 (patch)
treeae46564c0dc4e1952ad8e8f2efc1aeab4e31b312 /build/platform
parent7597bb840e100a7acf04459a48562c75b439f467 (diff)
downloadydb-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.inc4
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)