Skip to content

Commit

Permalink
build(Makefile): set CGO_ENABLED to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCyjaneK authored and jkuri committed Jun 16, 2021
1 parent 60e6e84 commit e70fc68
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ ifndef GIT_COMMIT
GIT_COMMIT=$(shell git rev-list -1 HEAD)
endif
BUILD_DATE=$(shell date +%FT%T%z)
UNAME=$(shell uname -s)
CGO_ENABLED=0

ifeq ($(UNAME),Darwin)
CGO_ENABLED=1
endif
CGO_ENABLED=1

all: build

Expand Down

0 comments on commit e70fc68

Please sign in to comment.