We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I make build, I got an error from go-sqlite3 LFS64 interface is not defined.
make build
This is because in musl 1.2.4, LFS64 interfaces were marked as deprecated (release notes, commit) and it was also mentioned this issue in go-sqlite3.
I will submit a related PR immediately :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I
make build
, I got an error from go-sqlite3 LFS64 interface is not defined.This is because in musl 1.2.4, LFS64 interfaces were marked as deprecated (release notes, commit) and it was also mentioned this issue in go-sqlite3.
I will submit a related PR immediately :)
The text was updated successfully, but these errors were encountered: