mirror of
https://github.com/talgo-cloud/talgo-libwebp.git
synced 2026-03-07 21:48:16 -08:00
Fix .travis.yml.
This commit is contained in:
parent
781d9ffa9c
commit
5a45e720fb
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ cache:
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- LIBWEBP_PERFIX=$HOME/cache/libwebp-${LIBWEBP_VERSION} && make libwebp
|
- LIBWEBP_PREFIX=$HOME/cache/libwebp-${LIBWEBP_VERSION} make libwebp
|
||||||
- cd $HOME/gopath/src/github.com/harukasan/go-libwebp
|
- cd $HOME/gopath/src/github.com/harukasan/go-libwebp
|
||||||
- export CGO_CFLAGS="-I $HOME/cache/libwebp-${LIBWEBP_VERSION}/include"
|
- export CGO_CFLAGS="-I $HOME/cache/libwebp-${LIBWEBP_VERSION}/include"
|
||||||
- export CGO_LDFLAGS="-L $HOME/cache/libwebp-${LIBWEBP_VERSION}/lib"
|
- export CGO_LDFLAGS="-L $HOME/cache/libwebp-${LIBWEBP_VERSION}/lib"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue