Currently, I cannot find a documented way to change the output directory from "build/". I've noticed that node-gyp runs gyp_main.sh passing in --generator-output build essentially without an opportunity to modify it.
Is it nevertheless possible to modify it?
Currently, I cannot find a documented way to change the output directory from "build/". I've noticed that node-gyp runs gyp_main.sh passing in
--generator-output buildessentially without an opportunity to modify it.Is it nevertheless possible to modify it?