From 0d10e0861ed5ed9aed6283942536c16a43439177 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 16 Nov 2018 15:52:03 +0000 Subject: [PATCH] dlopen() Python 3 rather than linking to it As discussed at https://github.com/flathub/org.vim.Vim/pull/20#issuecomment-439439234 this seems to prevent UltiSnips from causing a segfault. Very mysterious. --- org.vim.Vim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.vim.Vim.json b/org.vim.Vim.json index 0d7f3bd..6ce2099 100644 --- a/org.vim.Vim.json +++ b/org.vim.Vim.json @@ -34,7 +34,7 @@ "--enable-gtk3-check", "--enable-luainterp", "--enable-multibyte", - "--enable-python3interp", + "--enable-python3interp=dynamic", "--enable-xim", "--enable-xsmp", "--enable-xsmp-interact",