build: Actually pull CC variable from autoconf

This commit is contained in:
mintsuki 2022-08-29 02:35:51 +02:00
parent 8d99eb495b
commit 9eade7fa0f
1 changed files with 1 additions and 1 deletions

View File

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