Wireshark-commits: [Wireshark-commits] rev 50402: /trunk/ /trunk/: macosx-setup.sh
Date: Sat, 06 Jul 2013 06:16:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50402

User: guy
Date: 2013/07/05 11:16 PM

Log:
 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.

Directory: /trunk/
  Changes    Path               Action
  +96 -23    macosx-setup.sh    Modified