[gobject-introspection] build/Makefile.msvc-introspection: Change PYTHON2 to PYTHON



commit ebd55889f738f325df405be490e70cbbfc8c31c5
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Thu Nov 12 18:11:34 2015 +0800

    build/Makefile.msvc-introspection: Change PYTHON2 to PYTHON
    
    Since the introspection scanner also supports Python 3.3+, use PYTHON
    instead of PYTHON2 to make this clearer to people.

 build/Makefile.msvc-introspection |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/Makefile.msvc-introspection b/build/Makefile.msvc-introspection
index 9c3a14a..6c90964 100644
--- a/build/Makefile.msvc-introspection
+++ b/build/Makefile.msvc-introspection
@@ -94,7 +94,7 @@ $(top_builddir)/build/win32/$(1).msvc.introspect:
 # Assemble the Command to Run g-ir-scanner
        echo $(1)': '$(_gir_name)'_list 
'$($(_gir_name)_MSVC_GIR_DEPS)>>$(top_builddir)/build/win32/$(1).msvc.introspect
        echo '  @-echo Generating $$$$    '>>$(top_builddir)/build/win32/$(1).msvc.introspect
-       echo '  $$$$(PYTHON2) $$$$(G_IR_SCANNER)        \'>>$(top_builddir)/build/win32/$(1).msvc.introspect
+       echo '  $$$$(PYTHON) $$$$(G_IR_SCANNER) \'>>$(top_builddir)/build/win32/$(1).msvc.introspect
        echo '  --verbose -no-libtool   \'>>$(top_builddir)/build/win32/$(1).msvc.introspect
        echo '  --namespace='$(_gir_namespace_msvc)'    \'>>$(top_builddir)/build/win32/$(1).msvc.introspect
        echo '  --nsversion='$(_gir_version_msvc)'      \'>>$(top_builddir)/build/win32/$(1).msvc.introspect


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