forked from kiss-community/repo
linux-headers: Use cc @konimex
This commit is contained in:
parent
40ac7114ac
commit
2de87b1ce3
@ -1,3 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
make headers_install INSTALL_HDR_PATH="$1/usr"
|
||||
make \
|
||||
headers_install \
|
||||
INSTALL_HDR_PATH="$1/usr" \
|
||||
HOSTCC="${CC:-cc}"
|
||||
|
Loading…
Reference in New Issue
Block a user