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:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user