mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-06 12:30:29 +01:00
nir/meson: fix cpp_args of nir_opt_algebraic_pattern_tests
Fixes: 4c30c44b75 ("nir: Generate unit tests for nir_opt_algebraic")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39550>
This commit is contained in:
parent
4512d81559
commit
d12e3454e6
1 changed files with 1 additions and 2 deletions
|
|
@ -416,10 +416,9 @@ if with_tests
|
|||
nir_opt_algebraic_pattern_tests += static_library(
|
||||
'nir_opt_algebraic_pattern_test_@0@'.format(i),
|
||||
nir_opt_algebraic_pattern_test_cpp,
|
||||
cpp_args : [cpp_msvc_compat_args, msvc_bigobj],
|
||||
override_options: [msvc_designated_initializer],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
cpp_args : '-DSUBSET=@0@'.format(i),
|
||||
cpp_args : [cpp_msvc_compat_args, msvc_bigobj, '-DSUBSET=@0@'.format(i)],
|
||||
include_directories : [inc_include, inc_src],
|
||||
dependencies : [dep_thread, idep_gtest, idep_nir, idep_mesautil],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue