We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1bc0ef commit af0a9f1Copy full SHA for af0a9f1
binding.gyp
@@ -2,7 +2,7 @@
2
'targets': [{
3
'target_name': 'robotjs',
4
'include_dirs': [
5
- 'node_modules/nan/'
+ "<!(node -e \"require('nan')\")"
6
],
7
8
'cflags': [
0 commit comments