Skip to content

Commit

Permalink
Fix build on older Node.js versions for OSX.
Browse files Browse the repository at this point in the history
Needed for unordered_map, see
nodejs/node-gyp#469
  • Loading branch information
RubenVerborgh committed Sep 23, 2017
1 parent 981d39a commit 0d82a85
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 @@ -43,6 +43,9 @@
"xcode_settings": {
"GCC_ENABLE_CPP_RTTI": "YES",
"GCC_ENABLE_CPP_EXCEPTIONS": "YES",
"OTHER_CFLAGS": [
"-stdlib=libc++",
],
},
},
],
Expand Down

0 comments on commit 0d82a85

Please sign in to comment.