diff --git a/scripts/dependencies.sh b/scripts/dependencies.sh index bcdff78..3689d3d 100755 --- a/scripts/dependencies.sh +++ b/scripts/dependencies.sh @@ -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