From 893e2c1fdd2851473c99e7a7dd13df194f2ad475 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Sun, 27 Sep 2020 19:21:41 +0000 Subject: Updtae to 1.66.0 This was also submitted by swills in PR 249341 PR: 249341 --- devel/gobject-introspection/files/patch-tools_meson.build | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 devel/gobject-introspection/files/patch-tools_meson.build (limited to 'devel/gobject-introspection/files/patch-tools_meson.build') diff --git a/devel/gobject-introspection/files/patch-tools_meson.build b/devel/gobject-introspection/files/patch-tools_meson.build new file mode 100644 index 000000000000..dc01ec09e47b --- /dev/null +++ b/devel/gobject-introspection/files/patch-tools_meson.build @@ -0,0 +1,15 @@ +--- tools/meson.build.orig 2020-09-12 17:25:46 UTC ++++ tools/meson.build +@@ -9,11 +9,7 @@ if with_doctool + tools += [['g-ir-doc-tool', 'docmain', 'doc_main']] + endif + +-if cc.get_id() == 'msvc' +- python_cmd = '/usr/bin/env ' + python.path() +-else +- python_cmd = '/usr/bin/env python@0@'.format(python.language_version().split('.')[0]) +-endif ++python_cmd = '%%PYTHON_CMD%%' + + tool_output = [] + foreach tool : tools -- cgit v1.2.3