Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(package-npm): use aarch64 gcc for arm64
Installing the toolchain is not enough. `CC` & `CXX` must be explicitly defined. If we set `STRIP` for the `--strip` option then `prebuildify` won't copy the binary to the `prebuilds` directory for whatever reason. Fixes #22
- Loading branch information