mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Clean up python plugin configuration
Removed commented-out code for the python plugin.
This commit is contained in:
committed by
GitHub
parent
a1ed2b1bed
commit
2d004b1f55
@@ -30,11 +30,9 @@ if get_option('with-perl') != 'false'
|
||||
subdir('perl')
|
||||
endif
|
||||
|
||||
# Disable broken python plugin for 2.17.0.
|
||||
|
||||
# if get_option('with-python') != 'false'
|
||||
# subdir('python')
|
||||
# endif
|
||||
if get_option('with-python') != 'false'
|
||||
subdir('python')
|
||||
endif
|
||||
|
||||
if get_option('with-sysinfo')
|
||||
subdir('sysinfo')
|
||||
|
||||
Reference in New Issue
Block a user