]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd
Adding missing bin folder in integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / bin / node-gyp-bin / 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 )