We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc77f3 commit 3b2f9ffCopy full SHA for 3b2f9ff
meson.build
@@ -2,7 +2,7 @@ project('Fossil Test', 'c', 'cpp',
2
meson_version: '>=1.2.0',
3
license: 'MPL-2.0',
4
version: '1.0.0',
5
- default_options: ['c_std=c18', 'cpp_std=c++20'],)
+ default_options: ['c_std=c18', 'cpp_std=c++20'])
6
7
subdir('code')
8
subdir('test')
0 commit comments