mirror of
https://github.com/status-im/nimbus-build-system.git
synced 2025-01-31 06:46:20 +00:00
allow overriding CC with clang or other (#51)
This commit is contained in:
parent
daff2b4670
commit
07e37730c6
@ -7,7 +7,7 @@
|
||||
|
||||
SHELL := bash # the shell used internally by "make"
|
||||
|
||||
CC := gcc
|
||||
CC ?= gcc
|
||||
LD := $(CC)
|
||||
|
||||
#- extra parameters for the Nim compiler
|
||||
|
Loading…
x
Reference in New Issue
Block a user