From cfc62d44fb49615541b2c60a906563c4cc8f2f76 Mon Sep 17 00:00:00 2001 From: Struma Date: Sat, 2 Apr 2022 20:57:13 -0400 Subject: [PATCH] Update minimum required meson version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 2507a00c..e1902d84 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('mkxp-z', 'c', 'cpp', version: '2.3.1', meson_version: '>=0.51.0', default_options: ['cpp_std=c++14', 'buildtype=release']) +project('mkxp-z', 'c', 'cpp', version: '2.3.1', meson_version: '>=0.56.0', default_options: ['cpp_std=c++14', 'buildtype=release']) host_system = host_machine.system()