mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 17:30:20 +01:00
special-case Darwin (bug 4509)
This commit is contained in:
parent
31be39742b
commit
413a49ce59
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ fi
|
|||
|
||||
if [ `uname` = "FreeBSD" ] ; then
|
||||
CP_FLAGS="-f"
|
||||
elif [ `uname` = "Darwin" ] ; then
|
||||
CP_FLAGS="-f"
|
||||
else
|
||||
CP_FLAGS="-fd"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue