Skip to content

Commit f60bb1b

Browse files
Artoria2e5bep
authored andcommitted
a__cgo.go: we need libm on every Unix, not just Linuxz
should fix #5
1 parent 8cd371e commit f60bb1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎internal/libwebp/a__cgo.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
package libwebp
55

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

0 commit comments

Comments
 (0)