aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-08-07 23:59:43 +0200
committerVaxry <[email protected]>2024-08-07 23:59:43 +0200
commitf28510cf8f0edbd06dfa736bd032ae333d67a9f2 (patch)
tree9d34fdb2dd9a9061f97666e37b8a91ed7e916a06
parentd489741b4f7a6c3165ffd04b5e9ad96d177fc661 (diff)
downloadHyprland-f28510cf8f0edbd06dfa736bd032ae333d67a9f2.tar.gz
Hyprland-f28510cf8f0edbd06dfa736bd032ae333d67a9f2.zip
mesooon
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 886f4f9c..e8cd25b4 100644
--- a/meson.build
+++ b/meson.build
@@ -6,7 +6,7 @@ project('Hyprland', 'cpp', 'c',
'optimization=3',
'buildtype=release',
'debug=false',
- 'cpp_std=c++23',
+ 'cpp_std=c++26',
])
datarootdir = '-DDATAROOTDIR="' + get_option('prefix') / get_option('datadir') + '"'