linux-headers: update for new env

This commit is contained in:
Dylan Araps 2021-07-18 06:55:14 +03:00
parent 933c94fa48
commit a3594a2e0b
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh -e
make HOSTCC="${CC:-cc}" headers
make HOSTCC="$CC" headers
# The headers require rsync for installation, this command
# simply does the equivalent using find, mkdir and cp.