mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 06:50:11 +01:00
vulkan/microsoft: Remove override_options: ['cpp_std=c++latest'] option for visual studio
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>
This commit is contained in:
parent
db8c401f71
commit
55ca1c8db3
1 changed files with 1 additions and 2 deletions
|
|
@ -78,8 +78,7 @@ libvulkan_dzn = shared_library(
|
||||||
gnu_symbol_visibility : 'hidden',
|
gnu_symbol_visibility : 'hidden',
|
||||||
link_args : [ld_args_bsymbolic, ld_args_gc_sections],
|
link_args : [ld_args_bsymbolic, ld_args_gc_sections],
|
||||||
name_prefix : host_machine.system() == 'windows' ? '' : 'lib',
|
name_prefix : host_machine.system() == 'windows' ? '' : 'lib',
|
||||||
install : true,
|
install : true
|
||||||
override_options: ['cpp_std=c++latest']
|
|
||||||
)
|
)
|
||||||
|
|
||||||
icd_file_name = 'libvulkan_dzn.so'
|
icd_file_name = 'libvulkan_dzn.so'
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue