# HG changeset patch # User Sam Lantinga # Date 1252160532 0 # Node ID 2befcf0c5ce07e202d43dbed2f1adb49ec795aa7 # Parent cde30895105d2ec73d7531fc54e3c94f11591699 Fix build on native 64-bit architecture diff -r cde30895105d -r 2befcf0c5ce0 build-scripts/fatbuild.sh --- a/build-scripts/fatbuild.sh Sat Sep 05 10:39:18 2009 +0000 +++ b/build-scripts/fatbuild.sh Sat Sep 05 14:22:12 2009 +0000 @@ -218,9 +218,15 @@ powerpc) native_path=ppc ;; + powerpc64) + native_path=ppc64 + ;; *86) native_path=x86 ;; + x86_64) + native_path=x64 + ;; *) echo "Couldn't figure out native architecture path" exit 1