mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-27 08:50:49 +02:00
minor tweak for Darwin
This commit is contained in:
parent
e4e323f388
commit
c50d77a7f1
1 changed files with 1 additions and 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++"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue