diff options
author | thegeorg <thegeorg@yandex-team.com> | 2025-01-27 20:09:16 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2025-01-27 20:49:32 +0300 |
commit | b994cee5e3ba5eb95ba4cb7d3075cb5641d2e38c (patch) | |
tree | 3f9223d6700ca21856c9d1c65409c78c5d41deed /build/platform/test_tool | |
parent | 2233cf68e95f80a3156225ff7b7c0d6de9b8f5fa (diff) | |
download | ydb-b994cee5e3ba5eb95ba4cb7d3075cb5641d2e38c.tar.gz |
Remove remaining usages of XCode 10.1
commit_hash:5310c6a25994556858f16966bfc20734fb789a8d
Diffstat (limited to 'build/platform/test_tool')
-rw-r--r-- | build/platform/test_tool/ya.make | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build/platform/test_tool/ya.make b/build/platform/test_tool/ya.make index b02d576e12..1627b0f0ae 100644 --- a/build/platform/test_tool/ya.make +++ b/build/platform/test_tool/ya.make @@ -19,10 +19,6 @@ ENDIF() IF (TEST_TOOL_TARGET_LOCAL) MESSAGE(WARNING Target test tool $TEST_TOOL_TARGET_LOCAL will be used) ENDIF() -IF (OS_IOS AND NOT BUILD_IOS_APP) - DECLARE_EXTERNAL_RESOURCE(TEST_TOOL_TARGET sbr:707351393) - INCLUDE(${ARCADIA_ROOT}/build/platform/xcode/tools/ya.make.inc) -ENDIF() END() |