refactor
This commit is contained in:
parent
e227a3de0f
commit
955df7b044
20 changed files with 1181 additions and 745 deletions
|
@ -7,6 +7,12 @@
|
|||
- System libraries
|
||||
* `sqlite3`
|
||||
|
||||
NOTE: compilation is broken right now because of:
|
||||
|
||||
https://github.com/ziglang/zig/issues/12240
|
||||
|
||||
for a temporary fix, rebuild zig after changing `$stdlibdir/crypto/scrypt.zig:465` to use `default_salt_len` instead of `salt_bin.len`
|
||||
|
||||
### Commands
|
||||
|
||||
To build a binary: `zig build`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue