Hi,
I've successfully built gtk-osx using the default build settings which produces 64-bit binaries. I'm currently working on a project that uses a 32-bit library so I'd like to build a 32-bit version of gtk-osx. I'm using OS X 10.9.5.
How do I do this?
Pass [i386] as the third argument to setup_sdk(). The brackets around i386 are significant, setup_sdk() expects a list in that argument.
Regards, John Ralls
|