diff options
author | thegeorg <thegeorg@yandex-team.ru> | 2022-04-13 22:31:33 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.ru> | 2022-04-13 22:31:33 +0300 |
commit | 60df399b58db6fd27e4ffcaf707eac71a5280733 (patch) | |
tree | 43074ec05f928e721b90ea253a30d2e030a7b51c | |
parent | 0d21c9d5c7fda1d0fdeddad8beccc0338cb33c41 (diff) | |
download | ydb-60df399b58db6fd27e4ffcaf707eac71a5280733.tar.gz |
Fix reimport for contrib/libs/libidn && contrib/libs/libidn2
ref:b3e0d892ec1da62e0fd55942c41e758c47ab3557
-rw-r--r-- | build/sysincl/misc.yml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index 4eb33e08a2a..a25f527b22f 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -47,8 +47,9 @@ - contrib/libs/jdk/include/linux/jni_md.h - contrib/libs/jdk/include/win32/jni_md.h -# libunistring has its own libc header wrappers that are added to ADDINCL and -# need to be added here for consistensy between ADDINCL and sysincl resolving. +# libunistring, libidn and libidn2 +# have its own libc header wrappers that are added to ADDINCL +# and need to be added here for consistensy between ADDINCL and sysincl resolving. # Btw: we don't parse include_next, so we might lose real dependency to musl, # but sysincl resolving will save us here, as it will resolve to both of them. - source_filter: "^contrib/libs/libunistring" @@ -66,6 +67,10 @@ - wchar.h: contrib/libs/libunistring/wchar.h - wctype.h: contrib/libs/libunistring/wctype.h +- source_filter: "^contrib/libs/libidn" + includes: + - iconv.h: contrib/libs/libidn/lib/gl/iconv.h + - source_filter: "^contrib/libs/libidn2/" includes: - error.h: contrib/libs/libidn2/gl/error.h |