We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f7fd2 commit 9b2ecbeCopy full SHA for 9b2ecbe
meson.options
@@ -6,15 +6,15 @@ option('with_test',
6
value : 'disabled',
7
description : 'Enable Fossil Test for this project')
8
9
-option('as_objc',
+option('as_d',
10
type : 'feature',
11
value : 'enabled',
12
- description : 'Enable Objective-C language support')
+ description : 'Enable D language support')
13
14
-option('as_python',
+option('as_cython',
15
16
17
- description : 'Enable Python language support')
+ description : 'Enable Cython language support')
18
19
option('as_java',
20
0 commit comments