mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
Fixed table insertion
This commit is contained in:
parent
07c0e837ab
commit
50de57711b
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ local function select_args(repo)
|
||||||
'-lstdc++',
|
'-lstdc++',
|
||||||
}
|
}
|
||||||
if fn.has('win32') == 0 then
|
if fn.has('win32') == 0 then
|
||||||
table.insert('-fPIC')
|
table.insert(args, '-fPIC')
|
||||||
end
|
end
|
||||||
return args
|
return args
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue