mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Use specific version of libimagequant
This commit is contained in:
parent
749ecd634e
commit
0904eb3e27
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# install libimagequant
|
# install libimagequant
|
||||||
|
|
||||||
git clone https://github.com/pornel/pngquant
|
git clone -b 2.6.0 https://github.com/pornel/pngquant
|
||||||
|
|
||||||
pushd pngquant
|
pushd pngquant
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user