mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 18:00:10 +01:00
remove static lib before building to make more bulletproof
This commit is contained in:
parent
63c57a14d3
commit
a9455bb9a7
1 changed files with 1 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ case $ARCH in
|
|||
echo "mklib: Making" $ARCH "static library: " ${LIBNAME}.a
|
||||
LINK="ar"
|
||||
OPTS="-ru"
|
||||
rm -f ${LIBNAME}.a
|
||||
# make lib
|
||||
${LINK} ${OPTS} ${LIBNAME}.a ${OBJECTS}
|
||||
ranlib ${LIBNAME}.a
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue