mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
always build grammars with c++14 and c11 (#6792)
This commit is contained in:
parent
2ccb5b75d0
commit
ca65d312e7
3 changed files with 43 additions and 7 deletions
|
@ -27,6 +27,7 @@ log = "0.4"
|
|||
# cloning/compiling tree-sitter grammars
|
||||
cc = { version = "1" }
|
||||
threadpool = { version = "1.0" }
|
||||
tempfile = "3.5.0"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
libloading = "0.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue