aboutsummaryrefslogtreecommitdiff
path: root/worker/watcher_darwin.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/watcher_darwin.go')
-rw-r--r--worker/watcher_darwin.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/worker/watcher_darwin.go b/worker/watcher_darwin.go
new file mode 100644
index 00000000..fa1af712
--- /dev/null
+++ b/worker/watcher_darwin.go
@@ -0,0 +1,6 @@
+//go:build darwin
+// +build darwin
+
+package worker
+
+import _ "git.sr.ht/~rjarry/aerc/worker/lib/watchers/darwin"