Skip to content

Commit

Permalink
Add support for Android (with termux) (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentkam authored Apr 22, 2024
1 parent a971c34 commit e9448a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tree-sitter-langs-build.el
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ infrequent (grammar-only changes). It is different from the version of
(pcase system-type
('darwin "macos")
('gnu/linux "linux")
('android "linux")
('berkeley-unix "freebsd")
('windows-nt "windows")
(_ (error "Unsupported system-type %s" system-type))))
Expand Down

0 comments on commit e9448a4

Please sign in to comment.