mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-05-23 10:26:15 +08:00
Keep Meson support back to version 0.50.0
This commit is contained in:
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
project('unity', 'c',
|
project('unity', 'c',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>=0.52.0',
|
meson_version : '>=0.50.0',
|
||||||
default_options: ['warning_level=3', 'werror=true', 'c_std=c11']
|
default_options: ['warning_level=3', 'werror=true', 'c_std=c11']
|
||||||
)
|
)
|
||||||
lang = 'c'
|
lang = 'c'
|
||||||
|
Reference in New Issue
Block a user