mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
contrib: http_parser: create lib directory if it doesn't exist yet at this point
Change-Id: If1a026fd7ad474129a95c3fb4434cd0b3b598be5
This commit is contained in:
@ -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 $@
|
||||
|
Reference in New Issue
Block a user