Gowerlabs / LibFTD2XX.jl

Julia wrapper for FTDI D2XX drivers.
Other
6 stars 1 forks source link

Fix ARMv7 build support #50

Closed samuelpowell closed 4 years ago

samuelpowell commented 5 years ago

Build script was updated to use BinaryProvider on all platforms, but at the time ARMv7 couldn't be automatically installed as BinaryBuilder's usage of tar was incompatible with BusyBox. As this has now been fixed we should retest and fix up.

samuelpowell commented 4 years ago

Fixed in #54