mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-24 13:40:37 +02:00
anv: add missing link against the math library
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
parent
e98cf60446
commit
623cb3a598
1 changed files with 2 additions and 1 deletions
|
|
@ -129,7 +129,8 @@ libvulkan_intel_la_LIBADD = $(WAYLAND_LIBS) \
|
|||
$(top_builddir)/src/mesa/libmesa.la \
|
||||
$(top_builddir)/src/mesa/drivers/dri/common/libdri_test_stubs.la \
|
||||
-lpthread -ldl -lstdc++ \
|
||||
$(PER_GEN_LIBS)
|
||||
$(PER_GEN_LIBS) \
|
||||
-lm
|
||||
|
||||
libvulkan_intel_la_LDFLAGS = \
|
||||
-shared \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue