mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
meson: drop duplicate lib prefix on libiris_gen*
This has no real effect other than the names of the temporary files in the build folder. Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
e4c8491bdf
commit
2b0e3e9fd1
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ iris_driinfo_h = custom_target(
|
|||
iris_gen_libs = []
|
||||
foreach v : ['80', '90', '100', '110', '120']
|
||||
iris_gen_libs += static_library(
|
||||
'libiris_gen@0@'.format(v),
|
||||
'iris_gen@0@'.format(v),
|
||||
['iris_blorp.c', 'iris_query.c', 'iris_state.c', gen_xml_pack],
|
||||
include_directories : [inc_common, inc_intel],
|
||||
c_args : [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue