Mercurial > sdl-ios-xcode
diff build-scripts/fatbuild.sh @ 3249:2befcf0c5ce0
Fix build on native 64-bit architecture
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 05 Sep 2009 14:22:12 +0000 |
parents | cde30895105d |
children | 10a12f77f597 |
line wrap: on
line diff
--- 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