Fix build on native 64-bit architecture

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403779
This commit is contained in:
Sam Lantinga 2009-09-05 14:22:12 +00:00
parent 0ee5fbe25d
commit b87e5f7ba7

View file

@ -218,9 +218,15 @@ case `uname -p` in
powerpc) powerpc)
native_path=ppc native_path=ppc
;; ;;
powerpc64)
native_path=ppc64
;;
*86) *86)
native_path=x86 native_path=x86
;; ;;
x86_64)
native_path=x64
;;
*) *)
echo "Couldn't figure out native architecture path" echo "Couldn't figure out native architecture path"
exit 1 exit 1