mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-05 08:00:30 +01:00
llvmpipe: use $(CXX) instead of g++ for linking.
This allows setting the path to the C++ compiler.
This commit is contained in:
parent
c2e659037f
commit
1af8b7250f
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxil
|
|||
|
||||
LDFLAGS += $(LLVM_LDFLAGS)
|
||||
LIBS += -L../../auxiliary/ -lgallium libllvmpipe.a $(LLVM_LIBS) $(GL_LIB_DEPS)
|
||||
LD=g++
|
||||
LD=$(CXX)
|
||||
|
||||
$(PROGS): lp_test_main.o libllvmpipe.a
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue