:: commit f5ad145e22b71424be5b955bcfc135ab6cc6d2c0

mintsuki <mintsuki@protonmail.com> — 2022-08-29 00:35

parents: 4850dc3e61

build: Actually pull CC variable from autoconf

diff --git a/GNUmakefile.in b/GNUmakefile.in
index 1585bbd2..adb0c110 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -36,7 +36,7 @@ override BUILD_LIMINE_DEPLOY := @BUILD_LIMINE_DEPLOY@
 override WERROR := @WERROR@
 export WERROR
 
-$(eval $(call DEFAULT_VAR,CC,cc))
+$(eval $(call DEFAULT_VAR,CC,@CC@))
 export CC
 
 override MKDIR_P := @MKDIR_P@
tab: 248 wrap: offon