From a3594a2e0b1a0005fe4b5502e931aef1ea567950 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 18 Jul 2021 06:55:14 +0300 Subject: [PATCH] linux-headers: update for new env --- core/linux-headers/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/linux-headers/build b/core/linux-headers/build index e4cb5109..45b23abb 100755 --- a/core/linux-headers/build +++ b/core/linux-headers/build @@ -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.