From 7655f3e92c2d6ef730be636d35080e42cf1eb96b Mon Sep 17 00:00:00 2001 From: Ivan Grokhotkov Date: Wed, 26 Jul 2017 14:21:07 +0800 Subject: [PATCH] nghttp: build port directory Fixes https://github.com/espressif/esp-idf/issues/843 --- components/nghttp/component.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/nghttp/component.mk b/components/nghttp/component.mk index e9148acc90..fab616cc49 100644 --- a/components/nghttp/component.mk +++ b/components/nghttp/component.mk @@ -4,7 +4,7 @@ COMPONENT_ADD_INCLUDEDIRS := port/include nghttp2/lib/includes -COMPONENT_SRCDIRS := nghttp2/lib +COMPONENT_SRCDIRS := nghttp2/lib port # nghttp2_session.c uses assert(0) in place of abort() in some functions, # that miss a return statement if assertions are disabled.