Disable sendnotifications plugin on Mac (won't compile)

This commit is contained in:
Albert Vaca Cintora 2023-06-25 17:11:20 +02:00
parent 453f6b9141
commit 598dde025c

View file

@ -45,7 +45,7 @@ if(NOT SAILFISHOS)
endif()
endif()
if(NOT WIN32)
if(NOT WIN32 AND NOT APPLE)
add_subdirectory(sendnotifications)
endif()