xref: /third_party/node/deps/npm/bin/node-gyp-bin/node-gyp
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/npm/bin/node-gyp-bin/
11cb0ef41Sopenharmony_ci#!/usr/bin/env sh
21cb0ef41Sopenharmony_ciif [ "x$npm_config_node_gyp" = "x" ]; then
31cb0ef41Sopenharmony_ci  node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@"
41cb0ef41Sopenharmony_cielse
51cb0ef41Sopenharmony_ci  "$npm_config_node_gyp" "$@"
61cb0ef41Sopenharmony_cifi
7

Indexes created Thu Nov 07 10:32:03 CST 2024