Reputation:
I've been battling with Boost to make it compile as only 32 bit than 64 bit on a 64 bit OS X host.
Is there an easy edit I can make to the darwin-specific bjam config file?
Upvotes: 5
Views: 4552
Reputation:
For i386 specifically, I'd try:
bjam toolset=darwin architecture=x86 address-model=32
Upvotes: 9