doc
This commit is contained in:
parent
ac24abbbfb
commit
738c52189d
1 changed files with 2 additions and 1 deletions
|
|
@ -67,11 +67,12 @@ The compile script for Windows is `script/compile.bat`.
|
||||||
To compile babashka with `HyperSQL`/`hsqldb` support, set
|
To compile babashka with `HyperSQL`/`hsqldb` support, set
|
||||||
`BABASHKA_FEATURE_HSQLDB` to `true`:
|
`BABASHKA_FEATURE_HSQLDB` to `true`:
|
||||||
|
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
$ BABASHKA_FEATURE_HSQLDB=true script/compile
|
$ BABASHKA_FEATURE_HSQLDB=true script/compile
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Check out this [example](examples.md#find-unused-vars).
|
||||||
|
|
||||||
If you think this feature should be enabled in the distributed version of `bb`,
|
If you think this feature should be enabled in the distributed version of `bb`,
|
||||||
vote with a thumbs up on [this](https://github.com/borkdude/babashka/issues/382)
|
vote with a thumbs up on [this](https://github.com/borkdude/babashka/issues/382)
|
||||||
issue.
|
issue.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue