mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01:00
Bump meson_version to '0.47.0'
The use of the check kwarg in run_command() was introduced in meson version 0.47.0
This commit is contained in:
@@ -16,7 +16,7 @@ project('unity', 'c',
|
||||
check: true
|
||||
).stdout().strip(),
|
||||
|
||||
meson_version: '>=0.37.0',
|
||||
meson_version: '>=0.47.0',
|
||||
default_options: [
|
||||
'werror=true',
|
||||
'c_std=c11'
|
||||
|
||||
Reference in New Issue
Block a user