diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-04-13 17:35:17 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-04-13 17:35:17 +0000 |
commit | c50d77a7f1b6fcfd9dd7be47ddadf5fad34a25c3 (patch) | |
tree | 51eff157fae02b5b4da71d653cbd751df5fff203 /bin | |
parent | e4e323f388767e2e94713fb735dbdafef7b9b385 (diff) |
minor tweak for Darwin
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mklib | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -388,7 +388,7 @@ case $ARCH in FINAL_LIBS=${LIBNAME} else LIBNAME="${LIBNAME}.dylib" - echo "mklib: Making Darwin libraries: " ${LIBNAME} + echo "mklib: Making Darwin shared library: " ${LIBNAME} FLAGS="-dynamiclib -multiply_defined suppress" if [ $CPLUSPLUS = 1 ] ; then LINK="g++" |