I am trying to create a Node C Addon. Mine is a 64bit machine but I need to compile the Node C Addon as a 32 bit binary. By default, node-gyp picks up all the 64 bit libraries for compilation and linking process. I am trying to create a Node C Addon. Mine is a