On Mar 20, 2011 7:23 PM, "Tanu Kaskinen" <ta...@iki.fi> wrote:
>
> On Sun, 2011-03-20 at 18:39 +0100, Daniel Mack wrote:
> > @@ -178,6 +183,14 @@ case $host in
> >          *-*-darwin*)
> >              AC_MSG_RESULT([darwin])
> >              pulse_target_os=darwin
> > +
> > +            if test "x$enable_mac_universal" = "xyes" ; then
> > +             mac_version_min="-mmacosx-version-min=10.5"
> > +                mac_arches="-arch i386 -arch x86_64"
> > +                mac_sysroot="-isysroot /Developer/SDKs/MacOSX10.5.sdk"
>
> This looks like something that will only work on 10.5. Is that correct?

No. 10.5 just happens to be my deployment SDK so people don't have to
upgrade to 10.6. The newer APIs don't buy anything, so there is no benefit.
Anyway, building universal binaries is not something you need to do unless
you want to build binary packages :-) And therefore, yes, you need the 10.5
SDK.

Daniel
_______________________________________________
pulseaudio-discuss mailing list
pulseaudio-discuss@mail.0pointer.de
https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss

Reply via email to