[pulseaudio-discuss] [PATCH 4/5] configure.ac: add --mac-universal directive for OS X

Daniel Mack zonque at gmail.com
Sun Mar 20 11:34:57 PDT 2011


On Mar 20, 2011 7:23 PM, "Tanu Kaskinen" <tanuk at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20110320/eceba0a1/attachment.htm>


More information about the pulseaudio-discuss mailing list