Pretty simple. Node-gyp constructs 'build' folder right near sources. Is there a way to do out-of-source builds, i.e. relocate that folder somewhere else? I don't want my source tree polluted with build junk, nor do I want to copy sources manually somewhere. There's a hint when it runs, -Goutput_dir='.' though I couldn't find any mentions in both GYP and node-gyp docs.
Thanks.