mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Fixed the am64 architecture issue in the deb
This commit is contained in:
@@ -5,7 +5,7 @@ echo
|
||||
|
||||
arch="i386"
|
||||
|
||||
if [ -n "`uname -m | grep -c -G x86_64`" ]; then
|
||||
if [ "`uname -m | grep -c -G x86_64`" != 0 ]; then
|
||||
arch="amd64"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user