1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 18:24:27 +01:00

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

View File

@@ -13,7 +13,7 @@
project('unity', 'c', project('unity', 'c',
license : 'MIT', license : 'MIT',
meson_version : '>=0.50.0', meson_version : '>=0.52.0',
default_options: [ default_options: [
'buildtype=minsize', 'buildtype=minsize',
'optimization=3', 'optimization=3',