only warn about no dbus when building on linux
This commit is contained in:
parent
3f6e4b8c7c
commit
e1cf4e5e4e
1 changed files with 2 additions and 0 deletions
|
@ -24,8 +24,10 @@ import DBus
|
||||||
import Data.Word (Word32)
|
import Data.Word (Word32)
|
||||||
import Assistant.NetMessager
|
import Assistant.NetMessager
|
||||||
#else
|
#else
|
||||||
|
#ifdef linux_HOST_OS
|
||||||
#warning Building without dbus support; will poll for network connection changes
|
#warning Building without dbus support; will poll for network connection changes
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
netWatcherThread :: NamedThread
|
netWatcherThread :: NamedThread
|
||||||
#if WITH_DBUS
|
#if WITH_DBUS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue