From fcb02ffb9a3bbc325cd2a1b31a182aee7ef5148e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Fri, 19 Apr 2019 20:17:50 +0200 Subject: [PATCH] Windows fix --- common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common.mk b/common.mk index 3bee5f0ee..9dc2dd88c 100644 --- a/common.mk +++ b/common.mk @@ -1,5 +1,8 @@ SHELL := bash # the shell used internally by "make" +CC := gcc +LD := $(CC) + #- extra parameters for the Nim compiler #- NIMFLAGS should come from the environment or make's command line NIM_PARAMS := $(NIMFLAGS)