mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Set prefix to not require ld preload on travis
This commit is contained in:
parent
c4cedd50eb
commit
b97d220b2c
|
@ -20,7 +20,7 @@ install:
|
|||
# webp UNDONE -- refactor
|
||||
- "wget 'https://webp.googlecode.com/files/libwebp-0.4.0.tar.gz' -O /tmp/libwebp-0.4.0.tar.gz"
|
||||
- "tar -C /tmp -xvzf /tmp/libwebp-0.4.0.tar.gz"
|
||||
- "pushd /tmp/libwebp-0.4.0 && ./configure --enable-libwebpmux --enable-libwebpdemux && make && sudo make install && popd"
|
||||
- "pushd /tmp/libwebp-0.4.0 && ./configure --prefix=/usr --enable-libwebpmux --enable-libwebpdemux && make && sudo make install && popd"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user