libiconv.yml 445 B

12345678
  1. # We have lots of ADDINCLs to contrib/libs/libiconv all around the repo
  2. # so we need to add it to sysincl for consistent resolving.
  3. # We can go the other way here and remove iconv.h from all sysincl configs
  4. # and try to fix all places where we really need iconv.h from libc
  5. # Btw: seems that this ADDINCL should be made global and removed from projects
  6. # that use this header
  7. - includes:
  8. - iconv.h: contrib/libs/libiconv/include/iconv.h