From da83f54606c9c1d2786d87074ee17ed972d2e1b2 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 14 Sep 2022 13:56:49 +0200 Subject: Refactor: Return without json --- exports/common.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exports/common.mk') 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 -- cgit v1.2.3