This commit contains some logic to be able to:
- compile
node-srs
to 32 bit code - test it using a 32 bit version of node
- all from a 64 bit operating system (either Ubuntu Linux or OS X)
32 bit operating systems are becoming more and more rare as the days pass. All of us increasingly work with applications (like web browsers) or code (like node.js) where cpu architecture does not matter. Both browsers and node.js are written in C++ and the complexities of process architecture are hidden from us with the exception of the ability to ask node which architecture it was built for: