Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OSX Mojave has issues building for node 6. Prebuild tries to build for everything we support and that includes node 6. Node 6 was built with `libstdc++` and osx has (over the past few years, along with nodejs core) moved to `libc++` as the standard library. It no longer supports it with xcode 10 and that's what ships with Mojave. References - Workaround until we drop node 6 nodejs/node#23685 (comment) - More background nodejs/node#24648 I reformatted trying to work around this issue. Glad it's solved.
- Loading branch information