From: Ivan Grokhotkov Date: Wed, 26 Jul 2017 06:21:07 +0000 (+0800) Subject: nghttp: build port directory X-Git-Tag: v3.1-dev~423^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee6d0631f4c2a6a512cbc3f043c70d45ff7ab68d;p=esp-idf nghttp: build port directory Fixes https://github.com/espressif/esp-idf/issues/843 --- diff --git a/components/nghttp/component.mk b/components/nghttp/component.mk index b73161e47c..2a69cd5e1f 100644 --- a/components/nghttp/component.mk +++ b/components/nghttp/component.mk @@ -4,6 +4,6 @@ COMPONENT_ADD_INCLUDEDIRS := port/include nghttp2/lib/includes -COMPONENT_SRCDIRS := nghttp2/lib +COMPONENT_SRCDIRS := nghttp2/lib port COMPONENT_SUBMODULES := nghttp2