]> git.notmuchmail.org Git - notmuch/blobdiff - lib/Makefile.local
Add support for the Solaris platform
[notmuch] / lib / Makefile.local
index 0cc1d39fab79ac5353620b8a9791df169bdedc47..62f23169c27aa2bfc5f28b0da83dc038b56332aa 100644 (file)
@@ -22,7 +22,7 @@ LIBNOTMUCH_VERSION_MINOR = 1
 # simply compatible changes to the implementation).
 LIBNOTMUCH_VERSION_RELEASE = 0
 
-ifeq ($(MAC_OS_X),1)
+ifeq ($(PLATFORM),MACOSX)
 LIBRARY_SUFFIX = dylib
 # On OS X, library version numbers go before suffix.
 LINKER_NAME = libnotmuch.$(LIBRARY_SUFFIX)