Add a "-t <target>" flag to set the deployment target OS version; that
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 6 Jul 2013 06:16:06 +0000 (06:16 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 6 Jul 2013 06:16:06 +0000 (06:16 +0000)
commit5997f8e9a201ddc44369dbe3bde16aa6820d8a4f
treeb09031e9f1ff58b24b6c5bbc4441e203fdf23dba
parent4b9286f48f82ea374a3d556e62f6e8537093e6d1
Add a "-t <target>" flag to set the deployment target OS version; that
causes a -mmacosx-version-min flag to be used, to keep the compiler and
linker from using features not supported by that OS version, and causes
the support libraries to be built against the SDK for that OS version,
so they don't request library versions later than the one shipped with
that version.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@50402 f5534014-38df-0310-8fa8-9805f1628bb7
macosx-setup.sh