]> git.saurik.com Git - wxWidgets.git/commitdiff
added -headerpad_max_install_names option
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 13 Dec 2003 20:46:11 +0000 (20:46 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 13 Dec 2003 20:46:11 +0000 (20:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/mac/shared-ld-sh

index 91f95588fe93149c47055a725c70794a9ea79c81..319335ca2c9197517fdbae1425959ff2828451af 100755 (executable)
@@ -27,7 +27,7 @@ while test $# -gt 0; do
         shift
         ;;
 
-       -l*|-L*|-flat_namespace)
+       -l*|-L*|-flat_namespace|-headerpad_max_install_names)
         # collect these options
         args="$args $1"
         ;;