diff options
Diffstat (limited to 'exports/common.mk')
| -rw-r--r-- | exports/common.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exports/common.mk b/exports/common.mk index c1e2a7e..211d460 100644 --- a/exports/common.mk +++ b/exports/common.mk @@ -7,6 +7,8 @@ ifndef GOARCH export GOARCH := $(shell go env GOHOSTARCH) endif +CC = gcc + ifeq (windows,$(GOOS)) LIB_PREFIX ?= LIB_SUFFIX ?= .dll |
