Skip to content

Commit e9448a4

Browse files
authored
Add support for Android (with termux) (#563)
1 parent a971c34 commit e9448a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tree-sitter-langs-build.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ infrequent (grammar-only changes). It is different from the version of
244244
(pcase system-type
245245
('darwin "macos")
246246
('gnu/linux "linux")
247+
('android "linux")
247248
('berkeley-unix "freebsd")
248249
('windows-nt "windows")
249250
(_ (error "Unsupported system-type %s" system-type))))

0 commit comments

Comments
 (0)