From bcbb476e20d6c4a10985d687e2ed2e96bb4fc94a Mon Sep 17 00:00:00 2001 From: Michael Brockus <55331536+michaelbadcrumble@users.noreply.github.com> Date: Sat, 12 Oct 2019 08:38:10 -0700 Subject: [PATCH] Upgrade Meson support version number two 0.52.0. This is because Meson now has better support for static libraries. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index a2c0a15..062fcad 100644 --- a/meson.build +++ b/meson.build @@ -13,7 +13,7 @@ project('unity', 'c', license : 'MIT', - meson_version : '>=0.50.0', + meson_version : '>=0.52.0', default_options: [ 'buildtype=minsize', 'optimization=3', -- GitLab