diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-07-25 17:53:45 +0300 |
---|---|---|
committer | root <root@qavm-2ed34686.qemu> | 2023-07-25 17:53:45 +0300 |
commit | 0acf5b51644dd9ec8063e2c48de98f1aaca7be64 (patch) | |
tree | ebb7c4fae18cb7be3b8919b9becb16cd5fa09f47 | |
parent | 788066e20f590877ad5bc1dd8176a7d0b688f260 (diff) | |
download | ydb-0acf5b51644dd9ec8063e2c48de98f1aaca7be64.tar.gz |
Intermediate changes
-rw-r--r-- | build/sysincl/misc.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index 2edc572b6e..8b12e3cb8c 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -9,10 +9,9 @@ - includes: - - gelf.h: contrib/restricted/libelf/include/libelf/gelf.h - - libelf.h: contrib/restricted/libelf/include/libelf/libelf.h - - libelf/libelf.h: contrib/restricted/libelf/include/libelf/libelf.h - - libelf/sys_elf.h: contrib/restricted/libelf/include/libelf/sys_elf.h + - gelf.h: contrib/restricted/libelf/include/gelf.h + - libelf.h: contrib/restricted/libelf/include/libelf.h + - sys_elf.h: contrib/restricted/libelf/include/sys_elf.h # We have lots of ADDINCLs to contrib/libs/libiconv all around the repo # so we need to add it to sysincl for consistent resolving. |