bugst / go-serial

A cross-platform serial library for go-lang.
BSD 3-Clause "New" or "Revised" License
617 stars 188 forks source link

Workflows: Use CGO_ENABLED=1 for MacOS #186

Closed AndreRenaud closed 1 week ago

AndreRenaud commented 1 month ago

Also enable explicit ARM64 builds. This fixes the issue with Error: enumerator/enumerator.go:31:9: undefined: nativeGetDetailedPortsLis on MacOS/Darwin builds

cmaglie commented 1 week ago

Thanks!