don't try to build assistant on hurd
This commit is contained in:
parent
c720864ad9
commit
679cfcede7
1 changed files with 2 additions and 2 deletions
|
@ -107,7 +107,7 @@ Executable git-annex
|
|||
Build-Depends: DAV (>= 0.3), http-conduit, xml-conduit, http-types
|
||||
CPP-Options: -DWITH_WEBDAV
|
||||
|
||||
if flag(Assistant) && ! os(windows) && ! os(solaris)
|
||||
if flag(Assistant) && ! os(windows) && ! os(solaris) && ! os(hurd)
|
||||
Build-Depends: async, stm (>= 2.3)
|
||||
CPP-Options: -DWITH_ASSISTANT
|
||||
|
||||
|
@ -126,7 +126,7 @@ Executable git-annex
|
|||
Build-Depends: hfsevents
|
||||
CPP-Options: -DWITH_FSEVENTS
|
||||
else
|
||||
if (! os(windows) && ! os(solaris) && ! os(linux))
|
||||
if (! os(windows) && ! os(solaris) && ! os(linux) && ! os(hurd))
|
||||
CPP-Options: -DWITH_KQUEUE
|
||||
C-Sources: Utility/libkqueue.c
|
||||
|
||||
|
|
Loading…
Reference in a new issue