Update vars.mk

This commit is contained in:
2024-05-14 00:04:29 +03:00
committed by GitHub
parent d4b4c91ff4
commit 4bc5235952

View File

@@ -47,7 +47,9 @@ endif
API := 29 API := 29
# compiler # compiler
undefine CC ifeq "$(origin CC)" "default"
undefine CC
endif
CC ?= $(TOOLCHAIN)/bin/$(TARGET_ARCH)$(API)-clang CC ?= $(TOOLCHAIN)/bin/$(TARGET_ARCH)$(API)-clang
# source config # source config