mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Added ppc support to deb build script
This commit is contained in:
@@ -7,6 +7,8 @@ arch="i386"
|
||||
|
||||
if [ "`uname -m | grep -c -G x86_64`" != 0 ]; then
|
||||
arch="amd64"
|
||||
elif [ "`uname -m | grep -c -G ppc`" != 0 ]; then
|
||||
arch="ppc"
|
||||
fi
|
||||
|
||||
if [ -z "$2" ]; then
|
||||
|
||||
Reference in New Issue
Block a user