diff options
author | thegeorg <thegeorg@yandex-team.com> | 2024-12-07 20:15:17 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2024-12-07 20:36:47 +0300 |
commit | 9a84f81be34ee0fa230bb58cb29b63e03bb38f5b (patch) | |
tree | 7a3020a258fd2af28b173f22bf4dd5129b552b24 /contrib/tools/bison/.yandex_meta | |
parent | 804601bba447bdf2670674cf16b94c06d8e291a8 (diff) | |
download | ydb-9a84f81be34ee0fa230bb58cb29b63e03bb38f5b.tar.gz |
Disable empty resolving of locale/ includes
commit_hash:95b202071e63be729f1e78508c621c4aeebeadbb
Diffstat (limited to 'contrib/tools/bison/.yandex_meta')
-rw-r--r-- | contrib/tools/bison/.yandex_meta/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tools/bison/.yandex_meta/__init__.py b/contrib/tools/bison/.yandex_meta/__init__.py index 40db21d761..34b99cdde3 100644 --- a/contrib/tools/bison/.yandex_meta/__init__.py +++ b/contrib/tools/bison/.yandex_meta/__init__.py @@ -200,6 +200,7 @@ bison = NixProject( disable_includes=[ "InnoTekLIBC/backend.h", "bits/libc-lock.h", + "libio/", "synch.h", "random.h", "OS.h", |