[gimp-macos-build/gimp-2-10] gtk-doc: Full path to python



commit 96644b0cc6d44653c348f5227bfd5bb5111243a7
Author: Lukas Oberhuber <lukaso gmail com>
Date:   Sat Nov 6 10:37:20 2021 +0000

    gtk-doc: Full path to python
    
    Respect comment about providing the full path to the Python interpreter.

 jhbuildrc-gtk-osx-gimp-2.10 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/jhbuildrc-gtk-osx-gimp-2.10 b/jhbuildrc-gtk-osx-gimp-2.10
index a253594..7501b63 100644
--- a/jhbuildrc-gtk-osx-gimp-2.10
+++ b/jhbuildrc-gtk-osx-gimp-2.10
@@ -170,7 +170,7 @@ module_extra_env['meson'] = { "LC_ALL": "en_US.UTF-8" }
 
 # DJM - gtk-doc needs PYTHON to be python3, and then creates gtkdoc-rebase with a shebang of $PYTHON, so we 
need to be
 # absolute here, otherwise anything calling gtkdoc-rebase (i.e. the later gtk+ install) will err with  "bad 
interpreter"
-module_extra_env['gtk-doc'] = { 'PYTHON': 'python3.9' }
+module_extra_env['gtk-doc'] = { 'PYTHON': '/Library/Frameworks/Python.framework/Versions/3.9/bin/python3.9' }
 
 # gimp2.10 needs PYTHON to be python2
 module_extra_env['gimp'] = { 'PYTHON': 'python2' }


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