aboutsummaryrefslogtreecommitdiffstats
path: root/build/platform
diff options
context:
space:
mode:
authorsetser <setser@yandex-team.ru>2022-02-10 16:46:31 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:31 +0300
commit3b2241461d41d41ba1a706b0750c4f0f55c344f6 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/platform
parenta4aba79bef18ab7f150044a7e4f0f29c88a76513 (diff)
downloadydb-3b2241461d41d41ba1a706b0750c4f0f55c344f6.tar.gz
Restoring authorship annotation for <setser@yandex-team.ru>. Commit 2 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 0e26156c78..a154917e33 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)