Re: ARCHS_i386 not working
Re: ARCHS_i386 not working
- Subject: Re: ARCHS_i386 not working
- From: Chris Espinosa <email@hidden>
- Date: Wed, 11 Oct 2006 09:39:29 -0700
On Oct 11, 2006, at 9:15 AM, William H. Schultz wrote: Setting ARCHS = $(CURRENT_ARCH) ppc causes ppc to be built twice on ppc machines. I used this for a while to force the Intel to build a universal binary, but it had the side effect of causing the ppc code to build twice on ppc machines.
Setting ARCHS to $(CURRENT_ARCH) is nonsensical. During a build, Xcode iterates over all the architectures in the list of ARCHS, setting CURRENT_ARCH to each one in turn, if that architecture is in VALID_ARCHS. So setting ARCHS to $(CURRENT_ARCH) is cyclical.
I still don't understand why you don't just set ARCHS to one value in one configuration for your desktop build and a different value in a different configuration for your release build?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden