diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-08-29 11:50:50 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-08-29 12:03:51 +0300 |
commit | feda194119e23531dfef4473c657ff97da2305eb (patch) | |
tree | b12e17940ffced23a4958c06fb11696043412fcd | |
parent | c8fb1d00318c5507f22204e5e404353692d60dae (diff) | |
download | ydb-feda194119e23531dfef4473c657ff97da2305eb.tar.gz |
Put flatc64 into contrib/libs/flatbuffers64/flatc
Do not split single contrib into parts.
1c4aa8ae8d0f96479c59d64d11d8b539528375b4
-rw-r--r-- | build/conf/fbs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/fbs.conf b/build/conf/fbs.conf index 657d30d728..23fff82272 100644 --- a/build/conf/fbs.conf +++ b/build/conf/fbs.conf @@ -1,5 +1,5 @@ FLATC=contrib/libs/flatbuffers/flatc -FLATC64=contrib/tools/flatc64 +FLATC64=contrib/libs/flatbuffers64/flatc # tag:fbs FLATC_FLAGS_VALUE= |