We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0eec3 commit 100dad5Copy full SHA for 100dad5
core/tsc-dyn-get.el
@@ -1,4 +1,4 @@
1
-;;; tsc-dyn-get.el --- Utilities to obtain tsc-dyn -*- lexical-binding: t; coding: utf-8 -*-
+;;; tsc-dyn-get.el --- Utilities to obtain tsc-dyn -*- lexical-binding: t; coding: utf-8 -*-
2
3
;; Copyright (C) 2020-2025 emacs-tree-sitter maintainers
4
;;
@@ -73,7 +73,7 @@ this to nil."
73
(pcase system-type
74
('windows-nt "dll")
75
('darwin "dylib")
76
- ((or 'gnu 'gnu/linux 'gnu/kfreebsd 'berkeley-unix) "so")
+ ((or 'gnu 'gnu/linux 'gnu/kfreebsd 'berkeley-unix 'android) "so")
77
((or 'ms-dos 'cygwin) (error "Unsupported system-type %s" system-type))
78
(_ "so")))
79
0 commit comments