Skip to content

Commit

Permalink
modify for Mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
puritys committed May 24, 2015
1 parent 658cd00 commit 1257e28
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
],
"include_dirs": [
"include/linux",
"src/nodeExt/includes"
"src/nodeExt/includes",
"<!(node -e \"require('nan')\")"
]
}
],
Expand All @@ -74,7 +75,8 @@
"OS_WIN"
],
"include_dirs": [
"src/nodeExt/includes"
"src/nodeExt/includes",
"<!(node -e \"require('nan')\")"
]
}
]
Expand Down

0 comments on commit 1257e28

Please sign in to comment.