diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-23 15:27:33 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-10-23 15:53:51 +0300 |
commit | ecf3635d74967466437d56ee349273d7cbc28690 (patch) | |
tree | dfb66d45e23897ffd3a60b46af7b1a0dfabb80d5 /library/cpp/charset/lite | |
parent | 48560f4d9e8d6945601b2e6f4be16f55549e6a7d (diff) | |
download | ydb-ecf3635d74967466437d56ee349273d7cbc28690.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/charset/lite')
-rw-r--r-- | library/cpp/charset/lite/ut/ya.make | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/charset/lite/ut/ya.make b/library/cpp/charset/lite/ut/ya.make index 53c85fae98a..b9c6b94382f 100644 --- a/library/cpp/charset/lite/ut/ya.make +++ b/library/cpp/charset/lite/ut/ya.make @@ -2,6 +2,7 @@ UNITTEST_FOR(library/cpp/charset/lite) SRCDIR(library/cpp/charset) +CFLAGS(-DLIBRARY_CHARSET_WITHOUT_LIBICONV=yes) SRCS( ci_string_ut.cpp codepage_ut.cpp |