Skip to content

Commit a512a41

Browse files
committed
Set cstd=c11 in meson.build
1 parent 096abe0 commit a512a41

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

meson.build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ project(
33
'cython',
44
'c',
55
meson_version : '>=1.3.0',
6-
default_options: ['python.allow_limited_api=false'],
6+
default_options: [
7+
'python.allow_limited_api=false',
8+
'c_std=c11',
9+
],
710
)
811
#
912
# The minimum versions are because we know that it will not work with earlier

0 commit comments

Comments
 (0)