Skip to content

Commit 1f407d8

Browse files
committed
Including nan.
1 parent 5ba0e11 commit 1f407d8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

binding.gyp

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"targets": [
33
{
44
"target_name": "robotjs",
5-
"conditions": [
5+
"include_dirs" : [
6+
"<!(node -e \"require('nan')\")"
7+
],
8+
"conditions": [
69
['OS == "mac"', {
710
'include_dirs': [
811
'System/Library/Frameworks/CoreFoundation.Framework/Headers',

0 commit comments

Comments
 (0)