Use gcc instead of cc for VfrCompile compilation.

This commit is contained in:
jief666 2020-11-26 08:41:35 +03:00
parent c9cfc183d9
commit d4f314559d

View File

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