DesertPenguin
2006.08.03, 11:19 PM
I am having difficulties creating a Universal Binary for my app.
In "Edit Project Settings" on the General Tab, I set the Target SDK to Mac OSX 10.4 (Universal).
On the Build Tab, I also set the Architectures to ppc and i386.
Everything builds ok, but the resulting app is still (Intel).
I am statically linking to two librarires (Lua and Glew). Could this be my problem? I don't understand how it could compile for ppc while statically linking with a i386 library.
Should I try to build a Framework for Lua?
Thanks for any advice
:blink:
In "Edit Project Settings" on the General Tab, I set the Target SDK to Mac OSX 10.4 (Universal).
On the Build Tab, I also set the Architectures to ppc and i386.
Everything builds ok, but the resulting app is still (Intel).
I am statically linking to two librarires (Lua and Glew). Could this be my problem? I don't understand how it could compile for ppc while statically linking with a i386 library.
Should I try to build a Framework for Lua?
Thanks for any advice
:blink: