move Utility.OSX

stack complains when a module whose import is hidden behind a
ifdef os is not listed when building for other os's.
This commit is contained in:
Joey Hess 2018-09-05 11:55:08 -04:00
parent bcaf6bcf45
commit 4ddce51a52
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -499,6 +499,7 @@ Executable git-annex
Command.Assistant
Command.Watch
Utility.Mounts
Utility.OSX
if os(linux) || flag(Android)
Build-Depends: hinotify
@ -510,7 +511,6 @@ Executable git-annex
CPP-Options: -DWITH_FSEVENTS
Other-Modules:
Utility.DirWatcher.FSEvents
Utility.OSX
else
if os(windows)
Build-Depends: Win32-notify