mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
chore(makefile): apply fixes to original makefile
This commit is contained in:
parent
81f2a5d702
commit
5639b74db0
2 changed files with 48 additions and 10 deletions
|
|
@ -113,7 +113,7 @@ function M.select_compile_command(repo, cc, compile_location)
|
|||
args = {
|
||||
"--makefile=" .. utils.join_path(utils.get_package_path(), "scripts", "compile_parsers.makefile"),
|
||||
"CC=" .. cc,
|
||||
"CXX_STANDARD=" .. (repo.cxx_standard or 'c++14'),
|
||||
"CXX_STANDARD=" .. (repo.cxx_standard or "c++14"),
|
||||
},
|
||||
cwd = compile_location,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue