all repos — honk @ 8a27abb5906964d00471802410c1dea6a9b26894

my fork of honk

CGO is required, and the compiler error without is confusing
Ted Unangst tedu@tedunangst.com
Thu, 13 Jul 2023 02:27:53 -0400
commit

8a27abb5906964d00471802410c1dea6a9b26894

parent

611167b4a823c4ceab04950019b5959e1d939bd9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M MakefileMakefile

@@ -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