added -headerpad_max_install_names option

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2003-12-13 20:46:11 +00:00
parent d030c68a2f
commit 633040eda1

View File

@@ -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"
;;