From 6c2f1c9d172d310fe8891611b76a48dd4d78a6ee Mon Sep 17 00:00:00 2001 From: Asad Salman <me@asad.co> Date: Mon, 22 May 2017 02:55:27 +0500 Subject: [PATCH] Included dring source directory in binding.gyp file Change-Id: Ifcb75604e087140378b4f083908023add606c229 --- bin/nodejs/binding.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/nodejs/binding.gyp b/bin/nodejs/binding.gyp index 900a555c7d..778efdcff2 100644 --- a/bin/nodejs/binding.gyp +++ b/bin/nodejs/binding.gyp @@ -3,6 +3,7 @@ { "target_name": "dring", "sources": [ "ring_wrapper.cpp" ], + 'include_dirs': ['../../src/'], 'cflags!': [ '-fno-exceptions' ], 'cflags_cc!': [ '-fno-exceptions' ] } -- GitLab