add PowerPC target to scripts/dependencies.sh

This commit is contained in:
Izaya 2021-05-23 12:13:29 +10:00
parent 7ad9f21182
commit 36409cc472
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ case "$1" in
TOOL=i686-w64-mingw32 TOOL=i686-w64-mingw32
OUT=$TOOL OUT=$TOOL
;; ;;
powerpc )
TOOL=powerpc-linux-musl
OUT=$TOOL
;;
*) echo "Invalid target!" ; exit 1 *) echo "Invalid target!" ; exit 1
;; ;;
esac esac