Merge pull request #6 from saturday06/feature/static_link

Supports static link.
master
Shunsuke Michii 10 years ago committed by GitHub
commit 79325fa77d

@ -1,7 +1,6 @@
package webp
/*
#cgo LDFLAGS: -lwebp
#include <stdlib.h>
#include <webp/decode.h>

@ -1,8 +1,6 @@
package webp
/*
#cgo LDFLAGS: -lwebp
#include <stdlib.h>
#include <webp/encode.h>

@ -3,7 +3,7 @@
package webp
/*
#cgo LDFLAGS: -lwebp
#cgo LDFLAGS: -lwebp -lm
#include <stdlib.h>
#include <webp/encode.h>

Loading…
Cancel
Save