Skip to content

Support aarch64-unknown-linux-gnu configuration #4

@l2dy

Description

@l2dy

aarch64 support is currently only available on macos. It should be possible to extend that to Linux as well.

(format "tree-sitter-grammars.%s.v%s.tar%s"
;; FIX: Implement this correctly, refactoring 'OS' -> 'platform'.
(pcase os
("windows" "x86_64-pc-windows-msvc")
("linux" "x86_64-unknown-linux-gnu")
("freebsd" "x86_64-unknown-freebsd")
("macos" (if (string-prefix-p "aarch64" system-configuration)
"aarch64-apple-darwin"
"x86_64-apple-darwin")))

Prerequisite: emacs-tree-sitter/tree-sitter-langs#305

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions