Skip to content

Fix python version check (3.6 >= 3.6.0 returns false, 3.6.0.0 >= 3.6.0 is OK)

Salamandar requested to merge Salamandar/gimp:fix_python_check into master

Meson configure does not work on Ubuntu 18.04 where Python version returns 3.6 (without leading .0) There also was a double >=… This is an easy fix.

Merge request reports