diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-14 13:56:49 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-14 13:56:49 +0200 |
| commit | da83f54606c9c1d2786d87074ee17ed972d2e1b2 (patch) | |
| tree | 0be57934f9f467c87576abb0b457fb54b2d25d52 /exports/common.mk | |
| parent | fd34e72da8c604517050ada7e883ba982829d985 (diff) | |
Refactor: Return without json
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 |
