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
| `--link` | Library to link with, e.g. `--link` uv for libuv.
48
+
| `--link` | Library to link with, e.g. `--link uv` for libuv.
49
49
| `--no-link` | Library does not require linking.
50
-
| `--name` | Scala object name that contains bindings. Default value set to library name.
50
+
| `--name` | Scala object name that contains bindings. Defaults to the library name.
51
51
| `--package` | Package name of generated Scala file.
52
-
| `--exclude-prefix` | Functions and unused typedefs will be removed if their names have given prefix.
52
+
| `--exclude-prefix` | Functions and unused typedefs will be removed if their names have the given prefix.
53
53
| `--binding-config` | Path to a config file that contains the information about bindings that should be reused. See @ref:[Integrating Bindings](integrating-bindings.md) for more information.
54
54
| `--extra-arg` | Additional argument to append to the compiler command line.
55
55
| `--extra-arg-before` | Additional argument to prepend to the compiler command line.
Running `nativeBindgen` will generate a file named `target/scala-2.11/src_managed/main/sbt-scala-native-bindgen/stdlib.scala` containing something along the following lines:
31
+
Running `nativeBindgen` will generate a file named `target/scala-2.11/src_managed/main/sbt-scala-native-bindgen/stdlib.scala` containing the following lines:
0 commit comments