Description: Call nodejs (not node) executable
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2015-05-19

--- a/binding.gyp
+++ b/binding.gyp
@@ -4,7 +4,7 @@
       'target_name': 'node_stringprep',
       'cflags_cc!': [ '-fno-exceptions', '-fmax-errors=0' ],
       'include_dirs': [
-        '<!(node -e "require(\'nan\')")'
+        '<!(nodejs -e "require(\'nan\')")'
       ],
       'conditions': [
         ['OS=="win"', {
