mirror of
https://github.com/limine-bootloader/limine
synced 2024-11-26 10:29:54 +03:00
build: Actually pull CC variable from autoconf
This commit is contained in:
parent
8d99eb495b
commit
9eade7fa0f
@ -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@
|
||||
|
Loading…
Reference in New Issue
Block a user