Browse Source

Adding node headers to native modules for tests so they will compile and run on Mac

Tomas Rycl 7 years ago
parent
commit
207150c21c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      script/create-node-headers.py

+ 1 - 0
script/create-node-headers.py

@@ -25,6 +25,7 @@ HEADERS_DIRS = [
   'deps/uv',
   'deps/npm',
   'deps/mdb_v8',
+  'deps/v8/include'
 ]
 HEADERS_FILES = [
   'common.gypi',