mirror of
https://github.com/syncthing/notify.git
synced 2026-06-07 08:57:32 +00:00
Use kqueue as default watcher for darwin
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
// +build dragonfly freebsd netbsd openbsd
|
||||
// +build darwin dragonfly freebsd netbsd openbsd
|
||||
// +build !fsnotify
|
||||
|
||||
package notify
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
// +build !linux,!fsnotify,!freebsd,!dragonfly,!netbsd,!openbsd
|
||||
// +build !darwin,!linux,!freebsd,!dragonfly,!netbsd,!openbsd
|
||||
// +build !fsnotify
|
||||
|
||||
package notify
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
// +build dragonfly freebsd netbsd openbsd
|
||||
// +build darwin dragonfly freebsd netbsd openbsd
|
||||
// +build !fsnotify
|
||||
|
||||
package notify
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
// +build !linux,!fsnotify,!freebsd,!dragonfly,!netbsd,!openbsd
|
||||
// +build !darwin,!linux,!freebsd,!dragonfly,!netbsd,!openbsd
|
||||
// +build !fsnotify
|
||||
|
||||
package notify
|
||||
|
||||
|
||||
Reference in New Issue
Block a user