Skip to content

Commit

Permalink
Including nan.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Oct 10, 2014
1 parent 5ba0e11 commit 1f407d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"targets": [
{
"target_name": "robotjs",
"conditions": [
"include_dirs" : [
"<!(node -e \"require('nan')\")"
],
"conditions": [
['OS == "mac"', {
'include_dirs': [
'System/Library/Frameworks/CoreFoundation.Framework/Headers',
Expand Down

0 comments on commit 1f407d8

Please sign in to comment.