Skip to content

Commit 8eee488

Browse files
committed
Bump required C standard version to C11
This solves a compilation error with Python 3.13-rc1 on macOS. The issue is solved in 3.13-rc2 but requiring C11 does not have any drawback.
1 parent 6974ea5 commit 8eee488

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
@@ -7,7 +7,7 @@ project(
77
meson_version: '>= 1.0.0',
88
default_options: [
99
'buildtype=release',
10-
'c_std=c99',
10+
'c_std=c11',
1111
]
1212
)
1313

0 commit comments

Comments
 (0)