mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
fix: add -fPIC flag to compiling
This commit is contained in:
parent
ee5e88dca2
commit
eb0f9b9e23
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',
|
||||
'-shared',
|
||||
'-lstdc++',
|
||||
'-fPIC',
|
||||
'-Os',
|
||||
'-I./src',
|
||||
repo.files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue