[gimp/meson: 98/127] Use python2



commit c037351b0b7ee3f1e8b7c0b9b6a2d2873d89a87c
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]