diff options
author | snermolaev <snermolaev@yandex-team.com> | 2023-11-17 06:58:50 +0300 |
---|---|---|
committer | snermolaev <snermolaev@yandex-team.com> | 2023-11-17 07:26:08 +0300 |
commit | ef05dd5da576f90723bf75661c1efcabd9b6a3fd (patch) | |
tree | 7a40e460b01ba8012c883fad9827272d19edc575 /build/sysincl/libiconv.yml | |
parent | 32b5c7f0dc79d7273495e0c99ca3d740c6bd3692 (diff) | |
download | ydb-ef05dd5da576f90723bf75661c1efcabd9b6a3fd.tar.gz |
suport for use of local libaio, libiconv, libidn
Diffstat (limited to 'build/sysincl/libiconv.yml')
-rw-r--r-- | build/sysincl/libiconv.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/build/sysincl/libiconv.yml b/build/sysincl/libiconv.yml new file mode 100644 index 0000000000..839e5ac3d3 --- /dev/null +++ b/build/sysincl/libiconv.yml @@ -0,0 +1,8 @@ +# We have lots of ADDINCLs to contrib/libs/libiconv all around the repo +# so we need to add it to sysincl for consistent resolving. +# We can go the other way here and remove iconv.h from all sysincl configs +# and try to fix all places where we really need iconv.h from libc +# Btw: seems that this ADDINCL should be made global and removed from projects +# that use this header +- includes: + - iconv.h: contrib/libs/libiconv/include/iconv.h |