fix wxBase name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -59,13 +59,18 @@ output_libs()
|
|||||||
else
|
else
|
||||||
basename=$basename_gui
|
basename=$basename_gui
|
||||||
fi
|
fi
|
||||||
|
if test $lib = "base" ; then
|
||||||
|
libname="$basename"
|
||||||
|
else
|
||||||
|
libname="${basename}_${lib}"
|
||||||
|
fi
|
||||||
|
|
||||||
all_ldflags="$all_ldflags $xflags"
|
all_ldflags="$all_ldflags $xflags"
|
||||||
if test $static_flag = yes ; then
|
if test $static_flag = yes ; then
|
||||||
wxlibs="$wxlibs @libdir@/lib${basename}_${lib}-${release}.a"
|
wxlibs="$wxlibs @libdir@/lib${libname}-${release}.a"
|
||||||
all_libs="$all_libs $xlibs"
|
all_libs="$all_libs $xlibs"
|
||||||
else
|
else
|
||||||
wxlibs="$wxlibs -l${basename}_${lib}-${release}"
|
wxlibs="$wxlibs -l${libname}-${release}"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user