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 0807607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ builds:
goarch: amd64
env:
- CC=x86_64-w64-mingw32-gcc
- CGO_LDFLAGS=-lssp
- CGO_LDFLAGS=-lssp -static
- goos: linux
goarch: amd64
env:
Expand Down

0 comments on commit 0807607

Please sign in to comment.