1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: compile with Python 3 by default

The CMake option ENABLE_PYTHON3 is renamed to ENABLE_PYTHON2, to use Python 2
first then fallback on Python 3.

In the same way, the configure option --enable-python3 is renamed to
--enable-python2, to use Python 2 first then fallback on Python 3.
This commit is contained in:
Sébastien Helleu
2019-07-01 21:26:48 +02:00
parent f9b6f359dd
commit ab81128a7a
8 changed files with 21 additions and 17 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ Build-Depends:
libncursesw5-dev,
gem2deb,
libperl-dev,
python-dev,
python3-dev,
libaspell-dev,
liblua5.1-0-dev,
tcl8.6-dev,