shared object extension changed to .bundle for mac os x

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4234 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2003-01-13 19:08:23 +00:00
commit 184dce8dfa

View file

@ -56,6 +56,7 @@ if test -z "$SO"
then
case $host in
*-*-hp*) SO=.sl;;
*-*-darwin*) SO=.bundle;;
*-*-cygwin* | *-*-mingw*) SO=.dll;;
*) SO=.so;;
esac