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:
parent
bcaf6bcf45
commit
4ddce51a52
1 changed files with 1 additions and 1 deletions
|
@ -499,6 +499,7 @@ Executable git-annex
|
||||||
Command.Assistant
|
Command.Assistant
|
||||||
Command.Watch
|
Command.Watch
|
||||||
Utility.Mounts
|
Utility.Mounts
|
||||||
|
Utility.OSX
|
||||||
|
|
||||||
if os(linux) || flag(Android)
|
if os(linux) || flag(Android)
|
||||||
Build-Depends: hinotify
|
Build-Depends: hinotify
|
||||||
|
@ -510,7 +511,6 @@ Executable git-annex
|
||||||
CPP-Options: -DWITH_FSEVENTS
|
CPP-Options: -DWITH_FSEVENTS
|
||||||
Other-Modules:
|
Other-Modules:
|
||||||
Utility.DirWatcher.FSEvents
|
Utility.DirWatcher.FSEvents
|
||||||
Utility.OSX
|
|
||||||
else
|
else
|
||||||
if os(windows)
|
if os(windows)
|
||||||
Build-Depends: Win32-notify
|
Build-Depends: Win32-notify
|
||||||
|
|
Loading…
Add table
Reference in a new issue