3

Waf is adding "-arch x86_64 -arch i386" and trying to create universal binaries.

Linking is failing because I only have 32 bit runtimes and Waf is trying to create a universal binary. How do I get Waf to remove "-arch x86_64 -arch i386" flags and only compile for "-arch i386"?

HaltingState
  • 1,810
  • 1
  • 20
  • 22

0 Answers0