aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
authorKiyan Yazdani <yazdani.kiyan@protonmail.com>2020-04-23 11:33:06 +0200
committerGitHub <noreply@github.com>2020-04-23 11:33:06 +0200
commitb7fdd6ae389e1364b0dda25811ddf566fa508bc3 (patch)
tree4645e966762bf6af137dc7a74a92626beda3787d /lua
parentMerge pull request #22 from vigoux/fix/lua-locals-highlights (diff)
parentfix: add -fPIC flag to compiling (diff)
downloadnvim-treesitter-b7fdd6ae389e1364b0dda25811ddf566fa508bc3.tar
nvim-treesitter-b7fdd6ae389e1364b0dda25811ddf566fa508bc3.tar.gz
nvim-treesitter-b7fdd6ae389e1364b0dda25811ddf566fa508bc3.tar.bz2
nvim-treesitter-b7fdd6ae389e1364b0dda25811ddf566fa508bc3.tar.lz
nvim-treesitter-b7fdd6ae389e1364b0dda25811ddf566fa508bc3.tar.xz
nvim-treesitter-b7fdd6ae389e1364b0dda25811ddf566fa508bc3.tar.zst
nvim-treesitter-b7fdd6ae389e1364b0dda25811ddf566fa508bc3.zip
Merge pull request #21 from haorenW1025/master
fix: add -fPIC flag to compiling
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-treesitter/install.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/install.lua b/lua/nvim-treesitter/install.lua
index fcad58912..b00d3d773 100644
--- a/lua/nvim-treesitter/install.lua
+++ b/lua/nvim-treesitter/install.lua
@@ -77,6 +77,7 @@ local function run_install(cache_folder, package_path, ft, repo)
'parser.so',
'-shared',
'-lstdc++',
+ '-fPIC',
'-Os',
'-I./src',
repo.files