mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
radv: Fix the autotools build take 2.
Forgot to remove a word....
Fixes: 04ffabf17a "radv: Fix autotools build."
This commit is contained in:
parent
1f55d06783
commit
a793e7899f
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ dev_icd.json : radv_extensions.py radv_icd.py
|
|||
$(AM_V_GEN)$(PYTHON2) $(srcdir)/radv_icd.py \
|
||||
--lib-path="${abs_top_builddir}/${LIB_DIR}" --out $@
|
||||
|
||||
vulkan/radeon_icd.@host_cpu@.json : radv_extensions.py radv_icd.py
|
||||
radeon_icd.@host_cpu@.json : radv_extensions.py radv_icd.py
|
||||
$(AM_V_GEN)$(PYTHON2) $(srcdir)/radv_icd.py \
|
||||
--lib-path="${libdir}" --out $@
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue