Skip to content
Snippets Groups Projects
Commit 650e633c authored by Senya's avatar Senya
Browse files

contrib: http_parser: create lib directory if it doesn't exist yet at this point

Change-Id: If1a026fd7ad474129a95c3fb4434cd0b3b598be5
parent ba95892d
Branches
No related tags found
No related merge requests found
......@@ -21,5 +21,6 @@ http_parser: http-parser-$(HTTP_PARSER_VERSION).tar.gz
.http_parser: http_parser toolchain.cmake .sum-http_parser
cd $< && $(HOSTVARS) $(MAKE) $(HTTP_PARSER_MAKECONF) package
mkdir -p $(PREFIX)/lib
cd $< && cp -f http_parser.h $(PREFIX)/include && cp -f libhttp_parser.a $(PREFIX)/lib
touch $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment