mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 01:20:44 +02:00
special case for -pthread (bug 10876)
This commit is contained in:
parent
58eaf0acca
commit
ed2fddc98e
1 changed files with 4 additions and 0 deletions
|
|
@ -100,6 +100,10 @@ do
|
|||
-L*)
|
||||
DEPS="$DEPS $1"
|
||||
;;
|
||||
-pthread)
|
||||
# this is a special case (see bugzilla 10876)
|
||||
DEPS="$DEPS $1"
|
||||
;;
|
||||
'-cplusplus')
|
||||
CPLUSPLUS=1
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue