Closed chenrui333 closed 1 year ago
Got some build error when trying to build trezor-bridge 2.0.32
usb/lowlevel/hidapi/hid.go:25:11: fatal error: 'mac/hid.c' file not found #include "mac/hid.c" ^~~~~~~~~~~ 1 error generated.
What would be the way to solve the issue? Thanks!
You are not using git clone --recursive to fetch submodules.
git clone --recursive
Readme fixed in 8f35971d3c36ea8b91ff54810397526ef8e741c5
Oh, I see, thanks!
Got some build error when trying to build trezor-bridge 2.0.32
What would be the way to solve the issue? Thanks!