0

This is an additional question to this. I also want to compile a universal binary (or two separate ones for x86_64 and arm64). However, I am not using Xcode, but the Xcode command line tools. So far, I have only found the manual to do so for Xcode itself. How can I do this, if I just use make in command line?

gernophil
  • 177
  • 2
  • 6

1 Answers1

0

Ok, maybe this helps somebody: I just tried to use make after switching to the Rosetta Terminal via arch -x86_64 zsh. lipo -archs no displays x86_64, so it looks fine.

gernophil
  • 177
  • 2
  • 6