From 5266a983398118de10ab60d3eba8e0fdf8a6ea8e Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Wed, 8 May 2002 17:13:13 +0000 Subject: [PATCH] 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 --- distrib/mac/shared-ld-sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distrib/mac/shared-ld-sh b/distrib/mac/shared-ld-sh index caa2cd3..951edf1 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 -- 2.7.4