mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
Darwin version fix (SF bug 1334274)
This commit is contained in:
parent
54cfe69436
commit
32a7ab2197
1 changed files with 1 additions and 1 deletions
|
|
@ -503,7 +503,7 @@ case $ARCH in
|
|||
else
|
||||
LIBNAME="lib${LIBNAME}.dylib"
|
||||
echo "mklib: Making Darwin shared library: " ${LIBNAME}
|
||||
FLAGS="-dynamiclib -multiply_defined suppress"
|
||||
FLAGS="-dynamiclib -multiply_defined suppress -current_version ${MAJOR}.${MINOR}.0 -compatibility_version ${MAJOR}.${MINOR}.0"
|
||||
if [ $CPLUSPLUS = 1 ] ; then
|
||||
LINK="g++"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue