diff options
author | snermolaev <snermolaev@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:53 +0300 |
commit | 2015790ac9fcc04caab83fccc23ab2460310a797 (patch) | |
tree | e644e9bc3f6f688561a871793b59bf8a637e0f72 /build/sysincl/misc.yml | |
parent | c768a99151e47c3a4bb7b92c514d256abd301c4d (diff) | |
download | ydb-2015790ac9fcc04caab83fccc23ab2460310a797.tar.gz |
Restoring authorship annotation for <snermolaev@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/sysincl/misc.yml')
-rw-r--r-- | build/sysincl/misc.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/build/sysincl/misc.yml b/build/sysincl/misc.yml index e9e6095888..f0fe93846d 100644 --- a/build/sysincl/misc.yml +++ b/build/sysincl/misc.yml @@ -26,17 +26,17 @@ - includes: - cudnn.h: contrib/libs/nvidia/cudnn/cudnn.h -# _cgo_export.h is generated into build dir of go package which uses cgo -# and we are unable to resolve it correctly to whcih build dir to resolve -# in the case when tests are also built for this package -- includes: - - _cgo_export.h - +# _cgo_export.h is generated into build dir of go package which uses cgo +# and we are unable to resolve it correctly to whcih build dir to resolve +# in the case when tests are also built for this package +- includes: + - _cgo_export.h + # Resolve jni.h from swig/Lib/java/javahead.swg when building non-java .swg # since they do not peerdir contrib/libs/jdk. # Resolve Python.h from swig/Lib/python/pyruntime.swg when building non-python .swg # since they do not peerdir contrib/libs/python. -- source_filter: "[.]swg([.](h|c(c|pp|xx)?))?$" +- source_filter: "[.]swg([.](h|c(c|pp|xx)?))?$" includes: - jni.h: contrib/libs/jdk/include/jni.h - Python.h: contrib/libs/python/Include/Python.h |