author | Sam Lantinga <slouken@libsdl.org> |
Sat, 05 Sep 2009 14:22:12 +0000 | |
changeset 3249 | 2befcf0c5ce0 |
parent 3248 | cde30895105d |
child 3250 | e06166fcc772 |
--- 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