If i make a project with XCode i can compile it to both 32bit and 64bit.
Is it possible to compile Apache this way too? So it will work on both architectures? Make it a universal binary with these 2 architectures?
If i make a project with XCode i can compile it to both 32bit
Share
Yes, just build the two architectures and then use lipo to combine them into a fat binary.