diff options
author | setser <setser@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:31 +0300 |
commit | 3b2241461d41d41ba1a706b0750c4f0f55c344f6 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/platform | |
parent | a4aba79bef18ab7f150044a7e4f0f29c88a76513 (diff) | |
download | ydb-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.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 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) |