Skip to content
Snippets Groups Projects
Commit 75e7aa49 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

llhttp: use HOSTVARS

GitLab: #1016
Change-Id: I65e83ff1b20bd6ec17a888731ebd32f0524dc17a
parent a477d356
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ llhttp: llhttp-$(LLHTTP_VERSION).tar.gz
mv llhttp-release-v$(LLHTTP_VERSION) $@
.llhttp: llhttp .sum-llhttp
cd $< && mkdir -p build && cd build && $(CMAKE) $(LLHTTP_CMAKECONF) ..
cd $< && mkdir -p build && cd build && $(HOSTVARS) $(CMAKE) $(LLHTTP_CMAKECONF) ..
cd $</build && $(MAKE) && $(MAKE) install
touch $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment