fix(webp)

This commit is contained in:
Jacob Heider 2023-04-17 09:32:09 -04:00
parent ceb33b1622
commit 143fd83d06
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -21,13 +21,14 @@ build:
# gnu.org/libtool.org: '*' # gnu.org/libtool.org: '*'
script: | script: |
./configure $ARGS ./configure $ARGS
make --jobs {{ hw.concurrency }} make --jobs {{ hw.concurrency }}
make install make install
env: env:
ARGS: ARGS:
- --prefix="{{prefix}}" - --prefix="{{prefix}}"
provides: provides:
darwin:
- bin/cwebp - bin/cwebp
- bin/dwebp - bin/dwebp
- bin/gif2webp - bin/gif2webp
@ -35,6 +36,13 @@ provides:
- bin/vwebp - bin/vwebp
- bin/webpinfo - bin/webpinfo
- bin/webpmux - bin/webpmux
linux:
- bin/cwebp
- bin/dwebp
- bin/gif2webp
- bin/img2webp
- bin/webpinfo
- bin/webpmux
test: test:
dependencies: dependencies: