Skip to content

Commit

Permalink
Merge pull request forknote#1 from Kukunin/xmr-Nan-2.0
Browse files Browse the repository at this point in the history
Make package compilable on OSX

Built clean on 16.04 Ubuntu w/ standard 6.9.2 Node.  Accepting.  Thanks for the patch!
  • Loading branch information
Snipa22 authored Mar 3, 2017
2 parents f1e3597 + 7aa89bd commit 49d6ec7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"-fexceptions",
"-frtti",
],
"xcode_settings": {
"OTHER_CFLAGS": ["-fexceptions", "-frtti"]
}
}
]
}

0 comments on commit 49d6ec7

Please sign in to comment.