mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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',
|
||||
'-shared',
|
||||
'-lstdc++',
|
||||
'-fPIC',
|
||||
'-Os',
|
||||
'-I./src',
|
||||
repo.files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue