File: 2001_nodejs_not_node.patch

package info (click to toggle)
node-stringprep 0.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: cpp: 271; makefile: 42; sh: 2
file content (15 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"', {