Skip to content

Commit

Permalink
add ldl flag to release step (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
pimg authored Jul 22, 2024
1 parent e09f56e commit 46e914d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ builds:
flags:
- -trimpath
ldflags:
- -extldflags "-lc -lrt -lpthread --static"
- -extldflags "-lc -lrt -lpthread --static -ldl"
- id: cg-windows-amd64
binary: cg
main: ./
Expand Down

0 comments on commit 46e914d

Please sign in to comment.