dzn: remove stale cpp_args

We no longer use C++, so we don't need to set cpp_args here.

Acked-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16076>
This commit is contained in:
Erik Faye-Lund 2022-04-20 18:33:04 +02:00 committed by Marge Bot
parent 85d0d3fede
commit 4300b5d914
1 changed files with 0 additions and 1 deletions

View File

@ -73,7 +73,6 @@ libvulkan_dzn = shared_library(
],
dependencies : [dzn_deps, idep_vulkan_wsi],
c_args : dzn_flags,
cpp_args : dzn_flags,
gnu_symbol_visibility : 'hidden',
link_args : [ld_args_bsymbolic, ld_args_gc_sections],
name_prefix : host_machine.system() == 'windows' ? '' : 'lib',