[gimp/meson: 609/805] Use python2



commit 3f07c3e484b90e774642a8f6691b0b0568984934
Author: Félix Piédallu <felix piedallu me>
Date:   Wed Jan 10 22:58:30 2018 +0100

    Use python2

 plug-ins/pygimp/meson.build |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/pygimp/meson.build b/plug-ins/pygimp/meson.build
index c1770b5..e393ddf 100644
--- a/plug-ins/pygimp/meson.build
+++ b/plug-ins/pygimp/meson.build
@@ -115,8 +115,8 @@ custom_target('pygimp.interp',
   input : [],
   output: [ 'pygimp.interp' ],
   command: [
-    'echo', 'python=' + pythonmod.find_python().path()
-    + '\n'+ '/usr/bin/python=' + pythonmod.find_python().path()
+    'echo', 'python='          + python2.path()
+    + '\n'+ '/usr/bin/python=' + python2.path()
     + '\n'+ ':Python:E::py::python:'
   ],
   capture: true,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]