fixed --basename
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3734a86630
commit
9171d4b479
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue