This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: build addons into the "build" dir instead of "out"
This matches the old node-waf system. Having two different dirs for this stuff is dumb.
- Loading branch information
ba0892b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kind of liked
out/
actually, what with shorter being better and all that.ba0892b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had gotten used to
out
as well, but I think in this case backwards-compatibility is a better argument.