]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed --basename
authorRobin Dunn <robin@alldunn.com>
Thu, 31 Jul 2003 21:30:03 +0000 (21:30 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 31 Jul 2003 21:30:03 +0000 (21:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wx-config.in

index 13323f3aae8a2c5d069049ea4b2949449b4bb84e..31304e97753574ffb8a85daac40ac6c31e2000cb 100755 (executable)
@@ -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