Skip to content

Commit 557c9c5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ced8f7b commit 557c9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.options

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
option('allow_empty_properties', type : 'boolean', value : false, description: 'Set to prevent empty properties from being replaced with X-LIC-ERROR properties.')
44
option('errors_are_fatal', type : 'boolean', value : false, description: 'icalerror_* calls will abort instead of internally signaling an error.')
55
option('64bit_icaltime_t', type : 'boolean', value : false, description: 'Redirect icaltime_t and related functions to a 64-bit version of time_t rather than to the C standard library time_t. Intended for use on 32-bit systems which have a 64-bit time_t available. May not be implemented on all platforms yet.')
6-
option('cxx_bindings', type : 'feature', value : 'auto', description: 'Build the C++ bindings.')
6+
option('cxx_bindings', type : 'feature', value : 'auto', description: 'Build the C++ bindings.')

0 commit comments

Comments
 (0)