mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
llvmpipe: fix linking for lp_test_blend
This commit is contained in:
parent
a57e762c90
commit
056df21cb1
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxil
|
|||
python lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@
|
||||
|
||||
|
||||
LIBS += $(GL_LIB_DEPS) -L../../auxiliary/ -lgallium
|
||||
LIBS += $(GL_LIB_DEPS) -L../../auxiliary/ -lgallium libllvmpipe.a
|
||||
|
||||
$(PROGS): lp_test_main.o
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue