mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Update the out-dated termux.sh
Termux does not have -dev packages any more and pkg install -y instead of pkg -y install should be used
This commit is contained in:
parent
97327c7e0d
commit
78d70e5b11
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
pkg -y install python python-dev ndk-sysroot clang make \
|
pkg install -y python ndk-sysroot clang make \
|
||||||
libjpeg-turbo-dev
|
libjpeg-turbo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user