Update minimum required meson version

This commit is contained in:
Struma 2022-04-02 20:57:13 -04:00
parent 4ef68693f6
commit cfc62d44fb

View file

@ -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()