Re: Conditional cross-project reference
Re: Conditional cross-project reference
- Subject: Re: Conditional cross-project reference
- From: Fritz Anderson <email@hidden>
- Date: Mon, 30 Aug 2010 13:06:10 -0500
On 30 Aug 2010, at 9:42 AM, Guillaume Billard wrote:
> We have a i386+x86_64 application that we want to be dependent on a library only when building the i386 version of the app. This library is not available as x86_64.
> Is this possible with Xcode? Or maybe I'm not tackling this the way I should be?
You could move the directive to link that library out of the target info and into a build setting, to which you could then attach an "arch=i386" condition. Caveat that I'm working from memory here.
— F
_______________________________________________
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