Skip to content

Commit af0a9f1

Browse files
committed
Dynamic nan include.
1 parent b1bc0ef commit af0a9f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binding.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'targets': [{
33
'target_name': 'robotjs',
44
'include_dirs': [
5-
'node_modules/nan/'
5+
"<!(node -e \"require('nan')\")"
66
],
77

88
'cflags': [

0 commit comments

Comments
 (0)