diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-06-30 02:33:25 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-06-30 02:33:25 +0000 |
commit | ccda2162f6b03fdda68edc7b3993fe07a5027395 (patch) | |
tree | 649acbb1a91a8b035c3bea77e6a35ca307980b8e /bin | |
parent | b6c0d753fa6c68ae1cd27caa92627db238f877d2 (diff) |
fix Darwin dynamic lib naming
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mklib | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -446,7 +446,7 @@ case $ARCH in ${LINK} ${OPTS} ${LIBNAME} ${OBJECTS} FINAL_LIBS=${LIBNAME} else - LIBNAME="${LIBNAME}.dylib" + LIBNAME="lib${LIBNAME}.dylib" echo "mklib: Making Darwin shared library: " ${LIBNAME} FLAGS="-dynamiclib -multiply_defined suppress" if [ $CPLUSPLUS = 1 ] ; then |