mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
android: amd/common: add nir include path
$(MESA_TOP)/src/compiler/nir include path is added for both clarity and build errors preventive reasons Cc: 21.0 21.1 <mesa-stable@lists.freedesktop.org> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10443>
This commit is contained in:
parent
e213bfd330
commit
a02328395d
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ LOCAL_C_INCLUDES := \
|
|||
$(MESA_TOP)/src/amd/common \
|
||||
$(MESA_TOP)/src/amd/llvm \
|
||||
$(MESA_TOP)/src/compiler \
|
||||
$(MESA_TOP)/src/compiler/nir \
|
||||
$(call generated-sources-dir-for,STATIC_LIBRARIES,libmesa_nir,,)/nir \
|
||||
$(MESA_TOP)/src/gallium/include \
|
||||
$(MESA_TOP)/src/gallium/auxiliary \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue