[Mesa-dev] [PATCH 38/48] nir/meson: fix c vs cpp args for nir test

Eric Engestrom eric.engestrom at intel.com
Tue Jun 12 11:31:43 UTC 2018


On Monday, 2018-06-11 15:56:05 -0700, Dylan Baker wrote:

Reviewed-by: Eric Engestrom <eric.engestrom at intel.com>

> ---
>  src/compiler/nir/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/compiler/nir/meson.build b/src/compiler/nir/meson.build
> index 598c68aff9f..b6677ae7793 100644
> --- a/src/compiler/nir/meson.build
> +++ b/src/compiler/nir/meson.build
> @@ -231,7 +231,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,
> -- 
> 2.17.1
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list