]> gerrit.simantics Code Review - simantics/district.git/blobdiff - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/bin/node-gyp-bin/node-gyp
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
diff --git a/org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/bin/node-gyp-bin/node-gyp b/org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/bin/node-gyp-bin/node-gyp
new file mode 100644 (file)
index 0000000..70efb6f
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/env sh
+if [ "x$npm_config_node_gyp" = "x" ]; then
+  node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@"
+else
+  "$npm_config_node_gyp" "$@"
+fi