Skip to content

Commit

Permalink
a__cgo.go: we need libm on every Unix, not just Linuxz
Browse files Browse the repository at this point in the history
should fix #5
  • Loading branch information
Artoria2e5 authored and bep committed Nov 27, 2023
1 parent 8cd371e commit f60bb1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/libwebp/a__cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

package libwebp

// #cgo linux LDFLAGS: -lm
// #cgo unix LDFLAGS: -lm
import "C"

0 comments on commit f60bb1b

Please sign in to comment.