Skip to content

Commit

Permalink
* index/wi/wisitoken/wisitoken-4.2.0.toml: One more try
Browse files Browse the repository at this point in the history
  • Loading branch information
stephe-ada-guru committed Oct 6, 2023
1 parent 19d23be commit 702e6ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index/wi/wisitoken/wisitoken-4.2.0.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ project-files = ["build/wisitoken_alire.gpr", "build/wisitoken_alire_mains.gpr"]
# We use ".exe" extension even on non-Windows, to simplify the makefiles.
executables = ["wisitoken-bnf-generate.exe"]

[[actions]]
# FIXME: it's not clear how to make this Windows-only.
type = "pre-build"
command = ["dos2unix", "memory/s-memory.adb"]

[[depends-on]]
# While wisitoken-bnf-generate can output a Tree-Sitter grammar file,
# it does not use any tree-sitter code, so we have no dependency on
Expand All @@ -30,6 +35,6 @@ gnat = "(>=11 & <2000) | >=2021"


[origin]
commit = "6accb40b4dc03c00212dad792879f850b50e16aa"
commit = "0204c44b70d9dfe249e105fde5783a5be87a6692"
url = "git+https://git.savannah.nongnu.org/git/ada-mode.git"

0 comments on commit 702e6ea

Please sign in to comment.