2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

linux-headers: Use cc @konimex

This commit is contained in:
Dylan Araps 2020-02-12 08:51:08 +02:00
parent 40ac7114ac
commit 2de87b1ce3
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -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}"