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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user