Skip to content

Commit 7931602

Browse files
Update meson.build
1 parent 2cdf9bd commit 7931602

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,6 +2,6 @@ project('Fossil IO', 'c', 'cpp',
22
meson_version: '>=1.3.0',
33
license: 'MPL-2.0',
44
version: '0.1.0',
5-
default_options: ['c_std=c18', 'cpp_std=c++20'])
5+
default_options: ['c_std=c17,c18', 'cpp_std=c++20'])
66

77
subdir('code')

0 commit comments

Comments
 (0)