mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 19:00:13 +01:00
targets/opencl: Link against libgallium.la instead of libgallium.a
This commit is contained in:
parent
4fc11fa3c8
commit
4148a29ed8
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ libOpenCL_la_LDFLAGS = \
|
|||
|
||||
libOpenCL_la_LIBADD = \
|
||||
$(top_builddir)/src/gallium/state_trackers/clover/libclover.la \
|
||||
$(top_builddir)/src/gallium/auxiliary/libgallium.a \
|
||||
$(top_builddir)/src/gallium/auxiliary/libgallium.la \
|
||||
$(GALLIUM_PIPE_LOADER_LIBS) $(LIBUDEV_LIBS) \
|
||||
-ldl \
|
||||
-lclangCodeGen \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue