vim / vim-appimage

AppImage for gVim
115 stars 20 forks source link

Fix to FTBFS: revert python3 cfg to 20231112 #72

Closed mralusw closed 6 months ago

mralusw commented 6 months ago

This reverts both dee26b4 and 39f585d for scripts/build_vim.sh. For some reason it builds a +python3/dyn, even though it wasn't requested. It seems to even work on Debian 12 (python3 = 3.11): after set pythonthreedll=libpython3.11.so, both :python3 print('hi') and :python3 import argparse work.

Sample release built on 20.04: https://github.com/mralusw/vim-appimage-tst-upstream/releases/tag/v9.1.0265

Maybe Vim's if_pyth.txt docs are broken.

mralusw commented 6 months ago

This should fix #70 for now. I don't know why it works; maybe someone else has a better idea what's going on.

chrisbra commented 6 months ago

Thank you for that!