Skip to content

Commit 1434bb1

Browse files
lestevejeremiedbb
authored andcommitted
MNT Use c11 rather than c17 in meson.build to work-around Pyodide issue (#29015)
1 parent 8e7ecee commit 1434bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project(
66
meson_version: '>= 1.1.0',
77
default_options: [
88
'buildtype=debugoptimized',
9-
'c_std=c17',
9+
'c_std=c11',
1010
'cpp_std=c++14',
1111
],
1212
)

0 commit comments

Comments
 (0)