Skip to content

Commit

Permalink
Add static linking to the Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-farries committed Dec 9, 2024
1 parent fdec5ca commit b96e76c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ builds:
goarch: amd64
env:
- CC=x86_64-w64-mingw32-gcc
- CGO_CFLAGS=-static
- CGO_LDFLAGS=-lssp
- goos: linux
goarch: amd64
Expand Down

0 comments on commit b96e76c

Please sign in to comment.