diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /build/external_resources/go_fake_xcrun/ya.make | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/external_resources/go_fake_xcrun/ya.make')
-rw-r--r-- | build/external_resources/go_fake_xcrun/ya.make | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/build/external_resources/go_fake_xcrun/ya.make b/build/external_resources/go_fake_xcrun/ya.make index f82b5e750a..b645b6bc45 100644 --- a/build/external_resources/go_fake_xcrun/ya.make +++ b/build/external_resources/go_fake_xcrun/ya.make @@ -1,17 +1,17 @@ -OWNER(g:ymake) - -RESOURCES_LIBRARY() - -IF (NOT HOST_OS_DARWIN AND NOT HOST_OS_LINUX AND NOT HOST_OS_WINDOWS) - MESSAGE(FATAL_ERROR Unsupported host platform for GO_FAKE_XCRUN) -ELSE() - DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE( - GO_FAKE_XCRUN +OWNER(g:ymake) + +RESOURCES_LIBRARY() + +IF (NOT HOST_OS_DARWIN AND NOT HOST_OS_LINUX AND NOT HOST_OS_WINDOWS) + MESSAGE(FATAL_ERROR Unsupported host platform for GO_FAKE_XCRUN) +ELSE() + DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE( + GO_FAKE_XCRUN sbr:2000736487 FOR DARWIN-ARM64 - sbr:2000736487 FOR DARWIN - sbr:2000736769 FOR LINUX - sbr:2000736617 FOR WIN32 - ) -ENDIF() - -END() + sbr:2000736487 FOR DARWIN + sbr:2000736769 FOR LINUX + sbr:2000736617 FOR WIN32 + ) +ENDIF() + +END() |