tuxnsk / nodejs_libmodbus

libmodbus binding for nodejs
42 stars 66 forks source link

fix(build:binding.gyp): remove OS-specific conditions #16

Closed aik8 closed 9 years ago

aik8 commented 9 years ago

The defined parameters are working just fine in other OSes too. I haven't tested this in Windows yet, but it should work anywhere with Node v0.10.x.

Closes #4

aik8 commented 9 years ago

@tuxnsk, I also removed --python=python2 from the install script in package.json, since in most OSes the python executable is in the user's PATH. However a script to check such things would be a good idea, so that non-standard setups are covered automatically.

aik8 commented 9 years ago

Also a .gitignore file is always good.