mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-01-12 13:24:21 +00:00
Windows fix
This commit is contained in:
parent
d2f0a3827d
commit
fcb02ffb9a
@ -1,5 +1,8 @@
|
|||||||
SHELL := bash # the shell used internally by "make"
|
SHELL := bash # the shell used internally by "make"
|
||||||
|
|
||||||
|
CC := gcc
|
||||||
|
LD := $(CC)
|
||||||
|
|
||||||
#- extra parameters for the Nim compiler
|
#- extra parameters for the Nim compiler
|
||||||
#- NIMFLAGS should come from the environment or make's command line
|
#- NIMFLAGS should come from the environment or make's command line
|
||||||
NIM_PARAMS := $(NIMFLAGS)
|
NIM_PARAMS := $(NIMFLAGS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user