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…
Reference in New Issue