> On Sep 29, 2016, at 6:32 PM, [email protected] wrote: > > From: Jonathan Wilkes <[email protected] <mailto:[email protected]>> > Subject: Re: [PD] purr data beta1 > Date: September 29, 2016 at 4:24:02 PM MDT > To: hi <[email protected] <mailto:[email protected]>> > Cc: Pd-List <[email protected] <mailto:[email protected]>> > Reply-To: Jonathan Wilkes <[email protected] <mailto:[email protected]>> > > > > oh, unfortunately I cant run the OSX version on 10.8.5. It says it requires > > 10.9. > > I'm building on an x86_64 machine that's running 10.11.6. Is it possible to > target 10.8.5 with Apple's tools on my machine?
Set a lower minimum OS X deployment target via -mmacosx-version-min. Example: https://github.com/pure-data/pure-data/blob/autotools_updates/configure.ac#L55 <https://github.com/pure-data/pure-data/blob/autotools_updates/configure.ac#L55> I think, by default, if you do not set a min target it’s set to the current SDK you use when building. -------- Dan Wilcox @danomatika <https://twitter.com/danomatika> danomatika.com <http://danomatika.com/> robotcowboy.com <http://robotcowboy.com/>
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
