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 700388b commit 074dcc7Copy full SHA for 074dcc7
ci-script/src/lib.rs
@@ -23,7 +23,7 @@ pub fn run(settings: BindingBuilderSettings) {
23
Arg::with_name("java")
24
.long("java")
25
.takes_value(false)
26
- .help("Build Java (JNA) bindings"),
+ .help("Build Java (JNI) bindings"),
27
)
28
.arg(
29
Arg::with_name("doxygen")
0 commit comments