go-ethereum/node_modules/.bin/node-gyp-build-optional
2024-06-14 15:03:03 +03:00

7 lines
143 B
JavaScript
Executable file

#!/usr/bin/env node
/*
I am only useful as an install script to make node-gyp not compile for purely optional native deps
*/
process.exit(0)