meson: Remove dangling pythonmod line
It should be present in the previous commit...
This commit is contained in:
parent
9be1af2b1a
commit
e03ac3a9ee
1 changed files with 0 additions and 1 deletions
|
|
@ -1124,7 +1124,6 @@ perl = find_program('perl5', 'perl', 'perl5.005', 'perl5.004', 'perl')
|
|||
|
||||
python3_minver = '>=3.6'
|
||||
|
||||
python = pythonmod.find_installation('python3', required: true)
|
||||
message('Found Python @0@'.format(python.language_version()))
|
||||
|
||||
if not python.language_version().version_compare(python3_minver)
|
||||
|
|
|
|||
Loading…
Reference in a new issue