]> gerrit.simantics Code Review - simantics/district.git/blob - node-gyp.cmd
083c9c58a502a15c3838461be3a2ca2503063f9d
[simantics/district.git] / node-gyp.cmd
1 if not defined npm_config_node_gyp (
2   node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
3 ) else (
4   node "%npm_config_node_gyp%" %*
5 )