summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-04-20 18:33:04 +0200
committerMarge Bot <emma+marge@anholt.net>2022-04-21 11:21:06 +0000
commit4300b5d914719a1af975ef4766b311d5261f4e2e (patch)
treec8c2097274c647fe7096e533f452f1786ef6a0d7
parent85d0d3fede5f140debbae1790777088a6ee7a1d7 (diff)
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>
-rw-r--r--src/microsoft/vulkan/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/microsoft/vulkan/meson.build b/src/microsoft/vulkan/meson.build
index 377f2f92336..ee974073a8a 100644
--- a/src/microsoft/vulkan/meson.build
+++ b/src/microsoft/vulkan/meson.build
@@ -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',