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
https://stackoverflow.com/questions/28490500/how-to-installing-sha1sum-in-mac-os
Makefile seems to want sha1sum but macOS has shasum. I think we should use an environmental variable for this.
sha1sum
shasum
P.S. It looks like upstream sql-js is now using both sha1sum & sha3sum
The text was updated successfully, but these errors were encountered:
NOW REVERTED: I just pushed d19fd9b with overridable SHA_SUM
to build on macOS, for example:
make dist/sql-asm-memory-growth.js SHA_SUM=shasum
I would like to get overridable setting SHASUM or SHA1SUM in upstream sql-js version.
P.S. Should probably revert this, they are now using both SHA-1 & SHA-3 checksums.
Sorry, something went wrong.
No branches or pull requests
https://stackoverflow.com/questions/28490500/how-to-installing-sha1sum-in-mac-os
Makefile seems to want
sha1sum
but macOS hasshasum
. I think we should use an environmental variable for this.P.S. It looks like upstream sql-js is now using both sha1sum & sha3sum
The text was updated successfully, but these errors were encountered: