configure build for c++20

master
Daniel Kolesa 2021-03-16 00:50:16 +01:00
parent dcae5b30b2
commit 45b1535685
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
project('libcubescript', ['cpp'],
version: '0.1.0',
default_options: ['buildtype=plain', 'cpp_std=c++17'],
default_options: ['buildtype=plain', 'cpp_std=c++2a'],
meson_version: '>=0.46'
)