From: Gilles Depeyrot Date: Wed, 8 May 2002 17:13:13 +0000 (+0000) Subject: added handling of -undefined and -flat_namespace options X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5266a983398118de10ab60d3eba8e0fdf8a6ea8e added handling of -undefined and -flat_namespace options git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/distrib/mac/shared-ld-sh b/distrib/mac/shared-ld-sh index caa2cd3f54..951edf11be 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) # 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