Skip to content

Commit 9b2ecbe

Browse files
Replace Objective-C and Python options with D and Cython
1 parent b8f7fd2 commit 9b2ecbe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

meson.options

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ option('with_test',
66
value : 'disabled',
77
description : 'Enable Fossil Test for this project')
88

9-
option('as_objc',
9+
option('as_d',
1010
type : 'feature',
1111
value : 'enabled',
12-
description : 'Enable Objective-C language support')
12+
description : 'Enable D language support')
1313

14-
option('as_python',
14+
option('as_cython',
1515
type : 'feature',
1616
value : 'disabled',
17-
description : 'Enable Python language support')
17+
description : 'Enable Cython language support')
1818

1919
option('as_java',
2020
type : 'feature',

0 commit comments

Comments
 (0)