diff --git a/meson.build b/meson.build index 98bf607e..0e6dd0a7 100644 --- a/meson.build +++ b/meson.build @@ -6,6 +6,9 @@ project( default_options : [ 'warning_level=3', 'cpp_std=c++2a', + # Even though Meson will complain that this option does not exist, without + # this Meson will not apply the above option to native targets + 'build.cpp_std=c++2a', ], )