Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(release): add -lm to ldflags (#453)
  • Loading branch information
ykzts committed May 15, 2021
1 parent 420d7e0 commit ae591af
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

1 comment on commit ae591af

@vercel
Copy link

@vercel vercel bot commented on ae591af May 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.