diff --git a/Makefile b/Makefile index f1b5cfa..8b87efd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ all: honk honk: .preflightcheck schema.sql *.go go.mod - go build -mod=`ls -d vendor 2> /dev/null` -o honk + env CGO_ENABLED=1 go build -mod=`ls -d vendor 2> /dev/null` -o honk .preflightcheck: preflight.sh @sh ./preflight.sh