mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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++',
|
||||
}
|
||||
if fn.has('win32') == 0 then
|
||||
table.insert('-fPIC')
|
||||
table.insert(args, '-fPIC')
|
||||
end
|
||||
return args
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue