mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 00:15: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
|
check: true
|
||||||
).stdout().strip(),
|
).stdout().strip(),
|
||||||
|
|
||||||
meson_version: '>=0.37.0',
|
meson_version: '>=0.47.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'werror=true',
|
'werror=true',
|
||||||
'c_std=c11'
|
'c_std=c11'
|
||||||
|
|||||||
Reference in New Issue
Block a user