Skip to content

Commit bcbb476

Browse files
Upgrade Meson support version number two 0.52.0.
This is because Meson now has better support for static libraries.
1 parent 8ce41ed commit bcbb476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
project('unity', 'c',
1515
license : 'MIT',
16-
meson_version : '>=0.50.0',
16+
meson_version : '>=0.52.0',
1717
default_options: [
1818
'buildtype=minsize',
1919
'optimization=3',

0 commit comments

Comments
 (0)