mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 05:43:19 -08:00
Also allow CC to be overwriten in src/Makefile.in
This commit is contained in:
parent
36225c3cda
commit
6c3992e8ae
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ manext=1
|
|||
#
|
||||
|
||||
@SET_MAKE@
|
||||
CC = @ECL_CC@
|
||||
CC ?= @ECL_CC@
|
||||
LIBS = @LIBS@
|
||||
FASL_LIBS = @FASL_LIBS@
|
||||
CORE_LIBS = @CORE_LIBS@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue