From cdb4a46c79d5854152eeb90b4b0a396d5c685319 Mon Sep 17 00:00:00 2001 From: UncleRus Date: Sun, 6 Nov 2016 08:55:21 +0500 Subject: [PATCH] include path fixed --- extras/http-parser/component.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/http-parser/component.mk b/extras/http-parser/component.mk index 78d721d..d3787fb 100644 --- a/extras/http-parser/component.mk +++ b/extras/http-parser/component.mk @@ -1,7 +1,7 @@ # Component makefile for extras/http-parser # Include it as 'http-parser/http_parser.h' -INC_DIRS += $(http-parser_ROOT)http-parser +INC_DIRS += $(http-parser_ROOT) # args for passing into compile rule generation http-parser_INC_DIR =