From eb72459ccefdf1c0db7cce8f05ed954030abf26d Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Mon, 16 May 2016 12:57:46 -0700 Subject: [PATCH] Make sure the right node-gyp is called --- src/node/build-node.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node/build-node.sh b/src/node/build-node.sh index fbd41593..9bac16ef 100755 --- a/src/node/build-node.sh +++ b/src/node/build-node.sh @@ -6,6 +6,7 @@ set -e cd "$(dirname "$0")" CONFIGURATION="${1:-"Release"}" +PATH="$(cd ../../node_modules/.bin && pwd):$PATH" if [ -s "${HOME}/.nvm/nvm.sh" ]; then . "${HOME}/.nvm/nvm.sh"