Commit ba3c891

Karn Wong <[email protected]>
2025-09-20 10:00:42
make: compile static lib before build-darwin
1 parent 574cb4c
Changed files (1)
Makefile
@@ -5,4 +5,5 @@ test:
 	go test ./...
 
 build-darwin:
+	./scripts/build-static-ci-darwin-arm64.sh
 	CGO_ENABLED=1 go build -ldflags="-s -w -linkmode 'external'" .