fixed --basename

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2003-07-31 21:30:03 +00:00
parent 3734a86630
commit 9171d4b479

View file

@ -250,7 +250,7 @@ while test $# -gt 0; do
echo $release
;;
--basename)
echo $basename
echo $basename_gui
;;
--static)
static_flag=yes
@ -304,7 +304,7 @@ while test $# -gt 0; do
fi
done
libs_list="$newlist"
# output link flags:
contrib_libs=`output_libs $libs_list`
if test $static_flag = yes ; then