emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql a6e859f1b5 260/427: Normalize darwin OS.


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql a6e859f1b5 260/427: Normalize darwin OS.
Date: Tue, 13 Dec 2022 02:59:49 -0500 (EST)

branch: elpa/emacsql
commit a6e859f1b5989c02b8e6d28619d0c90ae4668bfe
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@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

[Prev in Thread] Current Thread [Next in Thread]