From d945bb5388e1414ea77c408c92b86df534613e74 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 17 Nov 2016 18:39:58 -0500 Subject: [PATCH] Fix include path when pointing to Node.js source Header files for deps are in a different location in the Node.js source tree compared to the release tarballs. --- addon.gypi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addon.gypi b/addon.gypi index 878f61f3a6..55fb321118 100644 --- a/addon.gypi +++ b/addon.gypi @@ -18,7 +18,10 @@ 'include_dirs': [ '<(node_root_dir)/include/node', '<(node_root_dir)/src', + '<(node_root_dir)/deps/openssl/config', + '<(node_root_dir)/deps/openssl/openssl/include', '<(node_root_dir)/deps/uv/include', + '<(node_root_dir)/deps/zlib', '<(node_root_dir)/<(node_engine_include_dir)' ], 'defines!': [