Skip to content

Commit 100dad5

Browse files
authored
feat: Support android
1 parent 0b0eec3 commit 100dad5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/tsc-dyn-get.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; tsc-dyn-get.el --- Utilities to obtain tsc-dyn -*- lexical-binding: t; coding: utf-8 -*-
1+
;;; tsc-dyn-get.el --- Utilities to obtain tsc-dyn -*- lexical-binding: t; coding: utf-8 -*-
22

33
;; Copyright (C) 2020-2025 emacs-tree-sitter maintainers
44
;;
@@ -73,7 +73,7 @@ this to nil."
7373
(pcase system-type
7474
('windows-nt "dll")
7575
('darwin "dylib")
76-
((or 'gnu 'gnu/linux 'gnu/kfreebsd 'berkeley-unix) "so")
76+
((or 'gnu 'gnu/linux 'gnu/kfreebsd 'berkeley-unix 'android) "so")
7777
((or 'ms-dos 'cygwin) (error "Unsupported system-type %s" system-type))
7878
(_ "so")))
7979

0 commit comments

Comments
 (0)