mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
Revert "2612: Use gmake when available"
This reverts commit d3d1637c3c.
This commit is contained in:
parent
b6002dbeac
commit
b8129fac90
1 changed files with 1 additions and 5 deletions
|
|
@ -105,12 +105,8 @@ function M.select_compile_command(repo, cc, compile_location)
|
|||
},
|
||||
}
|
||||
else
|
||||
local make_path = vim.fn.exepath "make"
|
||||
if vim.fn.executable "gmake" then
|
||||
make_path = vim.fn.exepath "gmake"
|
||||
end
|
||||
return {
|
||||
cmd = make_path,
|
||||
cmd = "make",
|
||||
info = "Compiling...",
|
||||
err = "Error during compilation",
|
||||
opts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue