mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
pipe-loader: use PTHREAD_LIBS over -lpthread
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
501af7a1a0
commit
0177ff0039
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ PIPE_LIBS = \
|
|||
$(top_builddir)/src/gallium/drivers/galahad/libgalahad.la \
|
||||
$(DLOPEN_LIBS) \
|
||||
$(CLOCK_LIB) \
|
||||
-lpthread \
|
||||
$(PTHREAD_LIBS) \
|
||||
-lm
|
||||
|
||||
AM_LDFLAGS = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue