X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d5b7a47296e5cf760e95820d23e188c04e62e96e..74039d33c7a9601159c01d8f940b5a284c4b362a:/distrib/mac/shared-ld-sh diff --git a/distrib/mac/shared-ld-sh b/distrib/mac/shared-ld-sh index caa2cd3f54..91f95588fe 100755 --- a/distrib/mac/shared-ld-sh +++ b/distrib/mac/shared-ld-sh @@ -21,13 +21,13 @@ while test $# -gt 0; do verbose=1 ;; - -o|-compatibility_version|-current_version|-framework) + -o|-compatibility_version|-current_version|-framework|-undefined|-install_name) # collect these options and values args="$args $1 $2" shift ;; - -l*|-L*) + -l*|-L*|-flat_namespace) # collect these options args="$args $1" ;; @@ -84,4 +84,4 @@ fi # rm -f master.$$.o -exit 0 \ No newline at end of file +exit 0