Open joaquinicolas opened 7 years ago
When i try to cross compile my project from mac os to linux with arm, get this error: no buildable Go source files in... github.com/mikepb/go-serial
@joaquinicolas Since all of the .go files use cgo, you'll need to set CGO_ENABLED=1 to ensure anything gets built when cross-compiling.
When i try to cross compile my project from mac os to linux with arm, get this error: no buildable Go source files in... github.com/mikepb/go-serial