mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-03-16 14:00:05 +01:00
Use gcc instead of cc for VfrCompile compilation.
This commit is contained in:
parent
c9cfc183d9
commit
d4f314559d
@ -114,7 +114,7 @@ PCCTS_H=../h
|
||||
#
|
||||
# UNIX
|
||||
#
|
||||
BUILD_CC?=cc
|
||||
BUILD_CC?=gcc #cc doesn't include path to find stdio.h on macOS sometimes (depends on call path and if xcode is installed)
|
||||
COPT=-O
|
||||
ANTLR=${BIN_DIR}/antlr
|
||||
DLG=${BIN_DIR}/dlg
|
||||
|
Loading…
Reference in New Issue
Block a user