source:
trip-planner-front/node_modules/node-gyp-build/optional.js@
b738035
Last change on this file since b738035 was e29cc2e, checked in by , 3 years ago | |
---|---|
|
|
File size: 143 bytes |
Rev | Line | |
---|---|---|
[e29cc2e] | 1 | #!/usr/bin/env node |
2 | ||
3 | /* | |
4 | I am only useful as an install script to make node-gyp not compile for purely optional native deps | |
5 | */ | |
6 | ||
7 | process.exit(0) |
Note:
See TracBrowser
for help on using the repository browser.