Skip to content

Commit

Permalink
fix(release): add -lm to ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
ykzts committed May 15, 2021
1 parent 420d7e0 commit 9bd5968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -68,4 +68,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CGO_CFLAGS: -I/tmp/libwebp/include -I/tmp/libaom/include
CGO_LDFLAGS: -L/tmp/libwebp/lib -lwebp -L/tmp/libaom/lib -laom
CGO_LDFLAGS: -L/tmp/libwebp/lib -lwebp -L/tmp/libaom/lib -laom -lm

0 comments on commit 9bd5968

Please sign in to comment.