Upgrade Meson support version number two 0.52.0.

This is because Meson now has better support for static libraries.
This commit is contained in:
Michael Brockus
2019-10-12 08:38:10 -07:00
committed by GitHub
parent 8ce41ede72
commit bcbb476e20
+1 -1
View File
@@ -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',