mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
mesa/st/tests: Fix regressions with libunwind enabled introduced with 7be6d8fe12
Add the according flags to link with libunwind. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=102565 Tested-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
parent
ab16538b83
commit
c4741bbb6f
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ st_renumerate_test_LDADD = \
|
|||
$(top_builddir)/src/util/libmesautil.la \
|
||||
$(top_builddir)/src/gtest/libgtest.la \
|
||||
$(GALLIUM_COMMON_LIB_DEPS) \
|
||||
$(LIBUNWIND_LIBS) \
|
||||
$(LLVM_LIBS) \
|
||||
$(PTHREAD_LIBS) \
|
||||
$(DLOPEN_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue