Skip to content

Commit 3c4a213

Browse files
authored
Merge pull request #58 from bgilbert/meson-ver
Revert Meson version bump to support Ubuntu 20.04
2 parents 5659c44 + 5ead8c9 commit 3c4a213

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ project(
77
'warning_level=2',
88
],
99
license : 'MIT',
10-
# "check" needs 0.54.1
11-
meson_version : '>=0.54.1',
10+
meson_version : '>=0.50',
1211
version : '1.0.0'
1312
)
1413
if not meson.is_subproject()

0 commit comments

Comments
 (0)