vrischmann / zig-sqlite

zig-sqlite is a small wrapper around sqlite's C API, making it easier to use with Zig.
MIT License
367 stars 49 forks source link

Fix build failures on latest Zig #121

Closed Luexa closed 1 year ago

Luexa commented 1 year ago

Now the correct build APIs and @memset builtin are used.

Unfortunately @cImport fails for aarch64 and riscv64 targets, but I'm not sure how to fix this.

Also I'm not sure if I did this right, so let me know :)

Luexa commented 1 year ago

Oh it got the branch wrong because you already had a fix-build. Made a new PR #122.