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

only include the 'c' directory if we're using the bundled sqlite code #83

Closed vrischmann closed 2 years ago

vrischmann commented 2 years ago

This makes compilation fail instead of linking if we were to use something not supported by the system library when running tests.