Skip to content

Commit c3722af

Browse files
committed
Merge branch 'rightlib' into merge-libs-250113-0022
2 parents 0ae852e + 2b12e9b commit c3722af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+60
-709
lines changed

contrib/libs/cxxsupp/libcxx/.yandex_meta/build.ym

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,6 @@ ELSEIF (OS_LINUX OR OS_DARWIN)
130130
ELSE()
131131
DEFAULT(CXX_RT "libcxxrt")
132132
ENDIF()
133-
IF (MUSL)
134-
PEERDIR(
135-
contrib/libs/musl/include
136-
)
137-
ENDIF()
138133
ELSEIF (OS_WINDOWS)
139134
SRCS(
140135
src/support/win32/locale_win32.cpp
@@ -157,9 +152,6 @@ ELSEIF (OS_EMSCRIPTEN)
157152
-Wno-unknown-pragmas
158153
-nostdinc++
159154
)
160-
PEERDIR(
161-
contrib/restricted/emscripten/include
162-
)
163155
ELSE()
164156
DEFAULT(CXX_RT "glibcxx_static")
165157
CXXFLAGS(

contrib/libs/cxxsupp/libcxx/ya.make

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ ELSEIF (OS_LINUX OR OS_DARWIN)
5252
ELSE()
5353
DEFAULT(CXX_RT "libcxxrt")
5454
ENDIF()
55-
IF (MUSL)
56-
PEERDIR(
57-
contrib/libs/musl/include
58-
)
59-
ENDIF()
6055
ELSEIF (OS_WINDOWS)
6156
SRCS(
6257
src/support/win32/locale_win32.cpp
@@ -77,9 +72,6 @@ ELSEIF (OS_EMSCRIPTEN)
7772
-Wno-unknown-pragmas
7873
-nostdinc++
7974
)
80-
PEERDIR(
81-
contrib/restricted/emscripten/include
82-
)
8375
ELSE()
8476
DEFAULT(CXX_RT "glibcxx_static")
8577
CXXFLAGS(

contrib/libs/ngtcp2/.yandex_meta/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@
1818
"ngtcp2": ["ngtcp2_crypto_quictls"],
1919
},
2020
)
21+
22+
23+
ngtcp2.copy_top_sources_except |= {
24+
# This is just a git log, ignore it
25+
"ChangeLog",
26+
}

0 commit comments

Comments
 (0)