goadb icon indicating copy to clipboard operation
goadb copied to clipboard

Cannot build on windows

Open mandarl opened this issue 9 years ago • 1 comments

Get the below error when I try to go build on windows:

$ go build
# github.com/zach-klippenstein/goadb
.\server.go:140: undefined: unix.Access
.\server.go:140: undefined: unix.X_OK

The unix package is not available on windows. Need conditional compilation. I don't see any reason this library cannot be supported on windows.

mandarl avatar Aug 09 '16 16:08 mandarl

I have created pull #23 with the conditional build files

mandarl avatar Aug 09 '16 17:08 mandarl