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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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?

-- 
Tanu




[Index of Archives]     [Linux Audio Users]     [AMD Graphics]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux