rjeczalik / notify

File system event notification library on steroids.
MIT License
900 stars 128 forks source link

Cannot cross compile #181

Closed prestonvanloon closed 5 years ago

prestonvanloon commented 5 years ago

From master on linux amd64, trying to build for darwin.

GOOS=darwin go build .
go: finding golang.org/x/sys v0.0.0-20180926160741-c2ed4eda69e7
# github.com/rjeczalik/notify
./watcher_fsevents.go:49:11: undefined: stream
rjeczalik commented 5 years ago

Darwin build uses CGo, which does not support cross-compilation.