summaryrefslogtreecommitdiff
path: root/Examples/test-suite/javascript/node_template/binding.gyp.in
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/javascript/node_template/binding.gyp.in')
-rw-r--r--Examples/test-suite/javascript/node_template/binding.gyp.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/javascript/node_template/binding.gyp.in b/Examples/test-suite/javascript/node_template/binding.gyp.in
index 209774ae0..a82ac2f3e 100644
--- a/Examples/test-suite/javascript/node_template/binding.gyp.in
+++ b/Examples/test-suite/javascript/node_template/binding.gyp.in
@@ -3,7 +3,7 @@
{
"target_name": "$testcase",
"sources":[ "../$testcase_wrap.cxx" ],
- "include_dirs": ["../.."],
+ "include_dirs": ["../$srcdir/.."],
'defines': [
'BUILDING_NODE_EXTENSION=1',
],