Skip to content

Commit 164be66

Browse files
committed
meson.build: Add a necessary comma
1 parent 8cbfa14 commit 164be66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ project('libxml++', 'cpp',
44
version: '5.0.1',
55
license: 'LGPLv2.1+',
66
default_options: [
7-
'warning_level=1'
8-
'cpp_std=c++17'
7+
'warning_level=1',
8+
'cpp_std=c++17',
99
],
1010
meson_version: '>= 0.55.0', # required for meson.add_dist_script(python3, ...)
1111
# and meson.add_install_script(python3, ...)

0 commit comments

Comments
 (0)