mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 12:46:00 +01:00
fix meson C++23
This commit is contained in:
parent
1599dc47d1
commit
141f9810bb
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
project('Hyprland', 'cpp', 'c',
|
||||
version : '0.6.2beta',
|
||||
default_options : ['warning_level=2', 'cpp_std=c++23', 'default_library=static', 'optimization=3'])
|
||||
default_options : ['warning_level=2', 'default_library=static', 'optimization=3'])
|
||||
|
||||
add_global_arguments('-std=c++23', language: 'cpp')
|
||||
|
||||
add_project_arguments(
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue