From: Gilles Depeyrot Date: Sat, 13 Dec 2003 20:46:11 +0000 (+0000) Subject: added -headerpad_max_install_names option X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/633040eda1205c9c07bede98d48216d0f37de368?ds=inline added -headerpad_max_install_names option git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/mac/shared-ld-sh b/distrib/mac/shared-ld-sh index 91f95588fe..319335ca2c 100755 --- a/distrib/mac/shared-ld-sh +++ b/distrib/mac/shared-ld-sh @@ -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" ;;