adbtuifm icon indicating copy to clipboard operation
adbtuifm copied to clipboard

Does not build on Windows

Open shovdmi opened this issue 1 year ago • 0 comments

There are syscalls that are absent on Windows. Is there a way to work around it? If I comment those lines out, compilation goes fine, but navigation seems like does not work properly.

.\recursive.go:218:10: undefined: syscall.Mkfifo
.\ui.go:396:2: undefined: syscall.Kill
.\ui.go:396:33: undefined: syscall.SIGSTOP

shovdmi avatar Nov 02 '23 13:11 shovdmi