Skip to content

Commit b33ad8c

Browse files
add nan in include dirs
1 parent 197c71b commit b33ad8c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

binding.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141

4242
'include_dirs': [
4343
'vendor/libv8-convert',
44-
'vendor/libgit2/include'
44+
'vendor/libgit2/include',
45+
"<!(node -e \"require('nan')\")"
4546
],
4647

4748
'libraries': [

0 commit comments

Comments
 (0)