PLATFORM_MACOS=1
;;
* )
- if test "$wxUSE_WINE" = "yes"; then
- PLATFORM_WIN32=1
- else
PLATFORM_UNIX=1
- fi
;;
esac
else
shift
;;
- -l*|-L*|-flat_namespace|-headerpad_max_install_names)
+ -l*|-L*|-Wl,*|-flat_namespace|-headerpad_max_install_names)
# collect these options
args="${D}{args} ${D}1"
;;