Fixed table insertion

This commit is contained in:
Rasmus Michelsen 2020-09-05 22:16:12 +02:00 committed by Thomas Vigouroux
parent 07c0e837ab
commit 50de57711b

View file

@ -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