Skip to content

Commit f5e10da

Browse files
Update meson.build
1 parent 874e8d3 commit f5e10da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project('Fossil Test', 'c', 'cpp',
22
meson_version: '>=1.2.0',
33
license: 'MPL-2.0',
44
version: '1.0.0',
5-
default_options: ['c_std=c18', 'cpp_std=c++20'],)
5+
default_options: ['c_std=c17', 'cpp_std=c++20'],)
66

77
subdir('code')
88
subdir('test')

0 commit comments

Comments
 (0)