Build fix on newer Meson versions
This commit is contained in:
parent
f04eb9f5d3
commit
df2f614642
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
project('duckhandy',
|
project('duckhandy', get_option('build_testing') ? 'cpp' : '',
|
||||||
version: '0.1.0',
|
version: '0.1.0',
|
||||||
meson_version: '>=0.56.0',
|
meson_version: '>=0.56.0',
|
||||||
default_options: ['buildtype=release', 'cpp_std=gnu++20', 'b_ndebug=if-release']
|
default_options: ['buildtype=release', 'cpp_std=gnu++20', 'b_ndebug=if-release']
|
||||||
|
|
Loading…
Add table
Reference in a new issue