Skip to content

Commit 3811277

Browse files
committed
src/meson.build: run tools/update-meson.py to add a comma
1 parent 435d918 commit 3811277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ ec = dependency(
161161
'eclib',
162162
version: '>=20250122',
163163
required: get_option('eclib'),
164-
disabler: true
164+
disabler: true,
165165
)
166166
ecm = cc.find_library('ecm', required: not is_windows, disabler: true)
167167
gmpxx = dependency('gmpxx', required: not is_windows, disabler: true)

0 commit comments

Comments
 (0)