You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meson.options
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@
3
3
option('allow_empty_properties', type : 'boolean', value : false, description: 'Set to prevent empty properties from being replaced with X-LIC-ERROR properties.')
4
4
option('errors_are_fatal', type : 'boolean', value : false, description: 'icalerror_* calls will abort instead of internally signaling an error.')
5
5
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