Keep Meson support back to version 0.50.0

This commit is contained in:
Michael Brockus
2019-12-03 22:49:22 -08:00
parent 3fb17f33e2
commit de1cb75e4c

View File

@ -13,7 +13,7 @@
project('unity', 'c',
license : 'MIT',
meson_version : '>=0.52.0',
meson_version : '>=0.50.0',
default_options: ['warning_level=3', 'werror=true', 'c_std=c11']
)
lang = 'c'