Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
650e633c
Commit
650e633c
authored
Jul 25, 2020
by
Senya
Browse files
contrib: http_parser: create lib directory if it doesn't exist yet at this point
Change-Id: If1a026fd7ad474129a95c3fb4434cd0b3b598be5
parent
ba95892d
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/src/http_parser/rules.mak
View file @
650e633c
...
...
@@ -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
$@
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment