go-sqlite3 icon indicating copy to clipboard operation
go-sqlite3 copied to clipboard

Fix sqlite3_opt_unlock_notify with USE_LIBSQLITE3

Open q66 opened this issue 1 year ago • 0 comments

A valid sqlite header must always be included (like in the other files) but sqlite3-binding.h explicitly guards against the system library case.

This fixes forgejo compilation with libsqlite3 tag.

q66 avatar Jul 17 '24 23:07 q66