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