Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: move available-node variable to top
Currently node_use_openssl uses the available-node variable before it is defined causing the conditions that use it before that point to evaluate incorrectly. As an example running the target test/addons/.docbuildstamp will currently be skipped: $ make test/addons/.docbuildstamp Skipping .docbuildstamp (no crypto) With this commit the target will only be skipped if configured --without-ssl.
- Loading branch information