mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 01:16:16 +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
|
||||
|
||||
pkg -y install python python-dev ndk-sysroot clang make \
|
||||
libjpeg-turbo-dev
|
||||
pkg install -y python ndk-sysroot clang make \
|
||||
libjpeg-turbo
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user