branch: elpa/emacsql
commit a6e859f1b5989c02b8e6d28619d0c90ae4668bfe
Author: Christopher Wellons <well...@nullprogram.com>
Commit: Christopher Wellons <well...@nullprogram.com>

    Normalize darwin OS.
---
 emacsql-system.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/emacsql-system.el b/emacsql-system.el
index 38a8618f23..c33a823d55 100644
--- a/emacsql-system.el
+++ b/emacsql-system.el
@@ -19,6 +19,7 @@ Unfortunately config.guess has lots of names for Windows."
         ((string-match-p "^ming" os) "windows")
         ((string-match-p "^cygwin" os) "windows")
         ((string-match-p "^linux" os) "linux")
+        ((string-match-p "^darwin" os) "darwin")
         (os)))
 
 (defun emacsql-system-tuple ()

Reply via email to