diff options
author | nadya73 <nadya73@yandex-team.com> | 2024-03-29 13:19:02 +0300 |
---|---|---|
committer | nadya73 <nadya73@yandex-team.com> | 2024-03-29 13:31:40 +0300 |
commit | 9334caaba1f032fa294d74e7a74157e3fb263a3e (patch) | |
tree | 13d034b56e10528fef51f29aa4ad72ce52bac76c | |
parent | fc60ad4617c65c498e961ed7841882f67956c256 (diff) | |
download | ydb-9334caaba1f032fa294d74e7a74157e3fb263a3e.tar.gz |
YT-19191: Rename flag NO_CUSTOM_CHAR_PTR_STD_COMPARATOR in build configs
Rename flag NO_CUSTOM_CHAR_PTR_STD_COMPARATOR
37eff4e1f8d8316d90e9d97fd69353bd1476a41f
-rw-r--r-- | build/conf/opensource_export.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/opensource_export.conf b/build/conf/opensource_export.conf index 1712095921..3437b7efd8 100644 --- a/build/conf/opensource_export.conf +++ b/build/conf/opensource_export.conf @@ -11,7 +11,7 @@ when ($OPENSOURCE_PROJECT) { USE_INTERNAL_STL=no OS_SDK=ubuntu-20 TSTRING_IS_STD_STRING=yes - _SEM_EXTRA_CXX_FLAGS=-DNO_CUSTOM_CHAR_PTR_COMPARISION + _SEM_EXTRA_CXX_FLAGS=-DNO_CUSTOM_CHAR_PTR_STD_COMPARATOR OPENSOURCE_REPLACE_PROTOBUF="3.19.1" OPENSOURCE_REPLACE_LINUX_HEADERS="6.5.9" # OPENSOURCE_REPLACE_OPENSSL="[>=3.2.0]" |