mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-25 21:00:22 +01:00
anv: Fix out-of-tree build
We need to be able to find the generated nir_opcodes.h header.
This commit is contained in:
parent
9cc939d82f
commit
09bb7ea4b7
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ AM_CPPFLAGS = \
|
|||
-I$(top_srcdir)/src/isl/ \
|
||||
-I$(top_builddir)/src \
|
||||
-I$(top_builddir)/src/compiler \
|
||||
-I$(top_builddir)/src/compiler/nir \
|
||||
-I$(top_builddir)/src/vulkan
|
||||
|
||||
libvulkan_la_CFLAGS = $(CFLAGS) -Wno-override-init
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue