Disable sendnotifications plugin on Mac (won't compile)
This commit is contained in:
parent
453f6b9141
commit
598dde025c
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ if(NOT SAILFISHOS)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(NOT WIN32)
|
if(NOT WIN32 AND NOT APPLE)
|
||||||
add_subdirectory(sendnotifications)
|
add_subdirectory(sendnotifications)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue