mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Support fetch-test-deps.sh --get-deps debian
Also use `apt-get` instead of `pip` to install Pillow for libbet
This commit is contained in:
@@ -57,12 +57,12 @@ case "$actionname" in
|
||||
# libbet depends on PIL to build
|
||||
if [ "$2" = "libbet" ]; then
|
||||
case "${osname%-*}" in
|
||||
ubuntu | debian)
|
||||
sudo apt-get install python3-pil
|
||||
;;
|
||||
macos)
|
||||
python3 -m pip install --break-system-packages pillow
|
||||
;;
|
||||
ubuntu)
|
||||
python3 -m pip install pillow
|
||||
;;
|
||||
windows)
|
||||
py -3 -m pip install pillow
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user