WiringProject / Wiring

Wiring Framework
http://wiring.org.co/
Other
217 stars 168 forks source link

fix the hack for finding jSSC lib #39

Closed championswimmer closed 9 years ago

championswimmer commented 9 years ago

uname -m can return x86 x86_32 i686

x64 amd64 x86_64

any of these ^ values. So we need to do a comprehensive check

Signed-off-by: Arnav Gupta championswimmer@gmail.com

championswimmer commented 9 years ago

I have not checked. The basic agenda of this fix was that it does not allow starting the Wiring IDE in the first place is uname -m returns something like x86_64 or x86. I used to only check for "32" or "64" earlier.

championswimmer commented 9 years ago

@dbarragan You can merge this.

This checks for jSSC/librxtx both (basically any platform specific prebuilts)