diff options
author | selivni <selivni@yandex-team.ru> | 2022-02-10 16:47:47 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:47 +0300 |
commit | 11ec0273ab97c87692cd0004865c7f24d14f9902 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /contrib/libs/nghttp2/ya.make | |
parent | fd7c757f129e0df24dd53f64c9b67053da4e8799 (diff) | |
download | ydb-11ec0273ab97c87692cd0004865c7f24d14f9902.tar.gz |
Restoring authorship annotation for <selivni@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/nghttp2/ya.make')
-rw-r--r-- | contrib/libs/nghttp2/ya.make | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/nghttp2/ya.make b/contrib/libs/nghttp2/ya.make index 937daaa66a..325cc6ae30 100644 --- a/contrib/libs/nghttp2/ya.make +++ b/contrib/libs/nghttp2/ya.make @@ -1,5 +1,5 @@ # Generated by devtools/yamaker from nixpkgs 21.11. - + LIBRARY() OWNER( @@ -24,10 +24,10 @@ ADDINCL( contrib/libs/nghttp2/lib ) -NO_COMPILER_WARNINGS() - -NO_RUNTIME() - +NO_COMPILER_WARNINGS() + +NO_RUNTIME() + CFLAGS( -DBUILDING_NGHTTP2 -DHAVE_CONFIG_H |