conejoninja / tesoro

Go package for TREZOR devices
Other
11 stars 5 forks source link

Build fails: os/threads_posix.c: No such file or directory #9

Closed rfjakob closed 6 years ago

rfjakob commented 6 years ago
$ go build
# github.com/conejoninja/tesoro/vendor/github.com/trezor/usbhid
vendor/github.com/trezor/usbhid/hid.go:32:11: fatal error: os/threads_posix.c: No such file or directory
  #include "os/threads_posix.c"
           ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
rfjakob commented 6 years ago

PS: I'm on commit a882d578178809887f61607fc5625c4769511cfc .

conejoninja commented 6 years ago

Please , try again with https://github.com/conejoninja/tesoro/commit/c66b61963d2b86d88b7771827c2226717d9b20c6

rfjakob commented 6 years ago

Works now, thanks!