vulkan/microsoft: Remove `override_options: ['cpp_std=c++latest']` option for visual...
authorYonggang Luo <luoyonggang@gmail.com>
Sun, 27 Mar 2022 02:55:18 +0000 (10:55 +0800)
committerMarge Bot <emma+marge@anholt.net>
Thu, 31 Mar 2022 09:16:27 +0000 (09:16 +0000)
The project no longer uses c++20 features

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15595>

src/microsoft/vulkan/meson.build

index fb859d97a9de80dbf0426e8da94722943c817c31..f2989bcbeb9458e02e1fcba6f13ae1a3c63eacdf 100644 (file)
@@ -78,8 +78,7 @@ libvulkan_dzn = shared_library(
   gnu_symbol_visibility : 'hidden',
   link_args : [ld_args_bsymbolic, ld_args_gc_sections],
   name_prefix : host_machine.system() == 'windows' ? '' : 'lib',
-  install : true,
-  override_options: ['cpp_std=c++latest']
+  install : true
 )
 
 icd_file_name = 'libvulkan_dzn.so'