Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't redundantly redefine macOS architecture
`CMAKE_OSX_ARCHITECTURES` is already set in `build.js`, so there's no need to set it in `binding.gyp`. In fact, if the architecture is inferred from the host (and not via the `$ARCH` env var), this previously resulted in incorrectly cross-compiling.
- Loading branch information