Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
9dfead37c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/cpp/unicode/normalization/ya.make

+ 1 - 1
library/cpp/unicode/normalization/ya.make

@@ -14,7 +14,7 @@ IF(NOT OPENSOURCE)
         custom_encoder.cpp
     )
     PEERDIR(
-        library/cpp/charset
+        library/cpp/charset/lite
     )
     GENERATE_ENUM_SERIALIZATION(normalization.h)
 ENDIF()