diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-09-18 14:29:04 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-09-18 14:57:51 +0300 |
commit | 569b8817e698755a52092e144b699a06727946a5 (patch) | |
tree | 0a66599ff1303fc73a909c8ec216d4cc64c34f28 | |
parent | 51b1b030fb3a3bee4b5f73880701f4ca0ee2b727 (diff) | |
download | ydb-569b8817e698755a52092e144b699a06727946a5.tar.gz |
Minify contrib/tools/swig import footprint
I would like to turn every `Lib/{lang}` directory into ya.make module properly marked up with `LICENSE` and `ADDINCL GLOBAL for swig` in order to make swig library license visible in `LICENSE_RESTRICTIONS()` macros.
Hence I have to remove langs code that we do not use.
-rw-r--r-- | build/sysincl/swig.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/sysincl/swig.yml b/build/sysincl/swig.yml index 0a217b4804..1b047b28eb 100644 --- a/build/sysincl/swig.yml +++ b/build/sysincl/swig.yml @@ -1,4 +1,4 @@ -# Generated by devtools/yamaker. +# TODO: remove this file upon fixing DEVTOOLSSUPPORT-35946 - includes: - argcargv.i: - contrib/tools/swig/Lib/perl5/argcargv.i |