mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
Merge pull request #21 from haorenW1025/master
fix: add -fPIC flag to compiling
This commit is contained in:
commit
b7fdd6ae38
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ local function run_install(cache_folder, package_path, ft, repo)
|
||||||
'parser.so',
|
'parser.so',
|
||||||
'-shared',
|
'-shared',
|
||||||
'-lstdc++',
|
'-lstdc++',
|
||||||
|
'-fPIC',
|
||||||
'-Os',
|
'-Os',
|
||||||
'-I./src',
|
'-I./src',
|
||||||
repo.files
|
repo.files
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue