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
Statically linked executables are provided with each release for Linux and macOS. Head over to the [releases page] to download the latest version for your platform.
The generated bindings can be configured using the different options and it is also possible to pass arguments directly to the Clang compiler using the `--extra-arg*` options.
| `--link` | Library to link with, e.g. `--link` uv for libuv.
49
+
| `--no-link` | Library does not require linking.
50
+
| `--name` | Scala object name that contains bindings. Default value set to library name.
51
+
| `--package` | Package name of generated Scala file.
52
+
| `--exclude-prefix` | Functions and unused typedefs will be removed if their names have given prefix.
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
+
| `--extra-arg` | Additional argument to append to the compiler command line.
55
+
| `--extra-arg-before` | Additional argument to prepend to the compiler command line.
0 commit comments