Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[email protected]: fix for Xcode 8.3 (#143)
Fixes build failure with >= Apple LLVM version 8.1.0 (clang-802.0.42). The error is ``` ../deps/v8/include/v8.h:5800:54: error: 'CreateHandle' is a protected member of 'v8::HandleScope' ``` Fix suggested by Thomas Rosenstein in nodejs/node-gyp#1160.
- Loading branch information