Require meson >=0.54 for `default_library` option.

pull/595/head
jackun 3 years ago
parent f273bf20f1
commit 6dee0948a5
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -2,6 +2,7 @@ project('MangoHud',
['c', 'cpp'],
version : 'v0.6.5',
license : 'MIT',
meson_version: '>=0.54.0',
default_options : ['buildtype=release', 'c_std=c99', 'cpp_std=c++14']
)

Loading…
Cancel
Save