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()
|
||||
|
||||
if(NOT WIN32)
|
||||
if(NOT WIN32 AND NOT APPLE)
|
||||
add_subdirectory(sendnotifications)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue