summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authornadya73 <[email protected]>2024-07-30 13:16:23 +0300
committernadya73 <[email protected]>2024-07-30 14:12:09 +0300
commitcb13057a00bee6a4c0dd414b44686d3ee5680cba (patch)
tree18e155bfc7b614a922f5f3640d8d984579267a11 /util
parentd7d99122c63ecaa60d07f3eea7589512ff729aec (diff)
[yt/cpp/mapreduce]Fix build with system protoc, std::string and system stl
Fix build with system protoc, std::string and system stl 8b5b81b2d7855f6b0dcb4bb0583a6408e5b7d3f7
Diffstat (limited to 'util')
-rw-r--r--util/ya.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/util/ya.make b/util/ya.make
index 5564e65eb0d..87eb5c71807 100644
--- a/util/ya.make
+++ b/util/ya.make
@@ -249,6 +249,10 @@ IF (TSTRING_IS_STD_STRING)
CFLAGS(GLOBAL -DTSTRING_IS_STD_STRING)
ENDIF()
+IF (NO_CUSTOM_CHAR_PTR_STD_COMPARATOR)
+ CFLAGS(GLOBAL -DNO_CUSTOM_CHAR_PTR_STD_COMPARATOR)
+ENDIF()
+
JOIN_SRCS(
all_system_1.cpp
system/atexit.cpp