summaryrefslogtreecommitdiff
path: root/exports/common.mk
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-14 13:56:49 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-14 13:56:49 +0200
commitda83f54606c9c1d2786d87074ee17ed972d2e1b2 (patch)
tree0be57934f9f467c87576abb0b457fb54b2d25d52 /exports/common.mk
parentfd34e72da8c604517050ada7e883ba982829d985 (diff)
Refactor: Return without json
Diffstat (limited to 'exports/common.mk')
-rw-r--r--exports/common.mk2
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