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