egcs compilation fix
toolbars give away their space when floating (as well) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,7 +17,7 @@ LIBRARY_FILE=$LIBRARY_BASE.$LIBRARY_MAJOR.$LIBRARY_MINOR
|
||||
|
||||
echo "Creating shared library: $LIBRARY_FILE"
|
||||
|
||||
case $COMPILER in gcc*|*gcc)
|
||||
case $COMPILER in gcc*|*gcc|egcs)
|
||||
$COMPILER -shared -Wl,-soname,$LIBRARY_NAME.$LIBRARY_MAJOR -o $LIBRARY_FILE $LIBRARY_OBJS
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user