mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-24 02:34:17 +08:00
fix library naming glitches (bug 904867)
This commit is contained in:
parent
c8957aa896
commit
09a4f915d3
@ -331,8 +331,8 @@ case $ARCH in
|
||||
|
||||
'Darwin')
|
||||
VERSION="${MAJOR}.${MINOR}.${PATCH}"
|
||||
LIBNAME="lib${LIBNAME}.dylib"
|
||||
ARNAME="lib${LIBNAME}.dylib.a"
|
||||
LIBNAME="lib${LIBNAME}.dylib"
|
||||
echo "mklib: Making Darwin libraries: " ${LIBNAME} ${ARNAME}
|
||||
FLAGS="-dynamiclib -multiply_defined suppress"
|
||||
cc ${FLAGS} -o ${LIBNAME} ${OBJECTS} ${DEPS}
|
||||
|
Loading…
Reference in New Issue
Block a user