Skip to content
Snippets Groups Projects
Commit 34998aae authored by Dylan Baker's avatar Dylan Baker
Browse files

nir/meson: fix c vs cpp args for nir test


Fixes: d1992255
       ("meson: Add build Intel "anv" vulkan driver")
Signed-off-by: default avatarDylan Baker <dylan.c.baker@intel.com>
Reviewed-by: default avatarEric Engestrom <eric.engestrom@intel.com>
parent 2877b655
No related branches found
Tags mesa-18.1.0-rc3
No related merge requests found
......@@ -237,7 +237,7 @@ if with_tests
executable(
'nir_control_flow_test',
files('tests/control_flow_tests.cpp'),
c_args : [c_vis_args, c_msvc_compat_args, no_override_init_args],
cpp_args : [cpp_vis_args, cpp_msvc_compat_args],
include_directories : [inc_common],
dependencies : [dep_thread, idep_gtest, idep_nir],
link_with : libmesa_util,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment