diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:08 +0300 |
commit | 4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch) | |
tree | 506dac10f5df94fab310584ee51b24fc5a081c22 /build/prebuilt/contrib/tools/flatc64 | |
parent | 2d37894b1b037cf24231090eda8589bbb44fb6fc (diff) | |
download | ydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz |
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/prebuilt/contrib/tools/flatc64')
-rw-r--r-- | build/prebuilt/contrib/tools/flatc64/ya.make.prebuilt | 2 | ||||
-rw-r--r-- | build/prebuilt/contrib/tools/flatc64/ya.make.resource | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/prebuilt/contrib/tools/flatc64/ya.make.prebuilt b/build/prebuilt/contrib/tools/flatc64/ya.make.prebuilt index fbd09edcd1..6977830ad6 100644 --- a/build/prebuilt/contrib/tools/flatc64/ya.make.prebuilt +++ b/build/prebuilt/contrib/tools/flatc64/ya.make.prebuilt @@ -1,6 +1,6 @@ INCLUDE(ya.make.resource) -IF (SANDBOX_RESOURCE_ID != "") +IF (SANDBOX_RESOURCE_ID != "") ENABLE(PREBUILT) PREBUILT_PROGRAM() diff --git a/build/prebuilt/contrib/tools/flatc64/ya.make.resource b/build/prebuilt/contrib/tools/flatc64/ya.make.resource index 49e1fe8cf5..6aae311bde 100644 --- a/build/prebuilt/contrib/tools/flatc64/ya.make.resource +++ b/build/prebuilt/contrib/tools/flatc64/ya.make.resource @@ -1,9 +1,9 @@ IF (OS_DARWIN AND ARCH_X86_64) - SET(SANDBOX_RESOURCE_ID 2266401575) + SET(SANDBOX_RESOURCE_ID 2266401575) ELSEIF (OS_LINUX AND ARCH_X86_64) - SET(SANDBOX_RESOURCE_ID 2266402127) + SET(SANDBOX_RESOURCE_ID 2266402127) ELSEIF (OS_WINDOWS AND ARCH_X86_64) - SET(SANDBOX_RESOURCE_ID 2266400964) + SET(SANDBOX_RESOURCE_ID 2266400964) ELSE() SET(SANDBOX_RESOURCE_ID) ENDIF() |