forked from izaya/LuPPC
add PowerPC target to scripts/dependencies.sh
This commit is contained in:
parent
7ad9f21182
commit
36409cc472
@ -38,6 +38,10 @@ case "$1" in
|
||||
TOOL=i686-w64-mingw32
|
||||
OUT=$TOOL
|
||||
;;
|
||||
powerpc )
|
||||
TOOL=powerpc-linux-musl
|
||||
OUT=$TOOL
|
||||
;;
|
||||
*) echo "Invalid target!" ; exit 1
|
||||
;;
|
||||
esac
|
||||
|
Loading…
Reference in New Issue
Block a user