diff options
author | Simon Ser <contact@emersion.fr> | 2019-10-08 19:30:49 +0300 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-10-16 09:01:27 -0400 |
commit | 21b75e5d1207e25ad8848e0b077c2754a5e9dc0b (patch) | |
tree | 80d5010eff323da1a5d7a39ae50a79e8289c8202 /meson.build | |
parent | 480a31ea4e1a3aadbd053ee2a581cad5d4356876 (diff) |
build: simplify by using disabler deps
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 3775e14c..473f49e3 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'c', version: '0.8.1', license: 'MIT', - meson_version: '>=0.48.0', + meson_version: '>=0.49.0', default_options: [ 'c_std=c11', 'warning_level=2', |