X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ed9b9841b32afa2e97353263e3563b4387e2fe0e..41ca191f4b76957735a885b620d54c5f51524522:/setup/shared/sharedLinux diff --git a/setup/shared/sharedLinux b/setup/shared/sharedLinux index c274903db1..c852f2ad6d 100755 --- a/setup/shared/sharedLinux +++ b/setup/shared/sharedLinux @@ -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 ;; *)