Replies: 1 comment
-
I found this file in the package But in this file usb_darwin.go, this include is only cited for reference. https://github.com/bugst/go-serial/blob/master/enumerator/usb_darwin.go package enumerator // #cgo LDFLAGS: -framework CoreFoundation -framework IOKit |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new to the project. I want to build tinygo from the source (via the
release
branch), but I am getting the following error message when running themake
command as instructed by the documentation.I can find
IOKitLib.h
in the SDK path on my machine.Do you have any suggestions on how to solve this issue? Thank you 🙏
Beta Was this translation helpful? Give feedback.
All reactions