Files

12 lines
440 B
Diff
Raw Permalink Normal View History

--- meson.build.orig 2024-01-11 04:36:21.000000000 -0500
+++ meson.build 2024-04-13 16:41:53.000000000 -0400
@@ -46,7 +46,7 @@
cpp_compiler = meson.get_compiler('cpp')
is_msvc = cpp_compiler.get_id() == 'msvc'
-python3 = find_program('python3', version: '>=3.5')
+python3 = import('python').find_installation('@@PYTHON3@@')
# Do we build from a git repository?
# Suppose we do if and only if the meson.build file is tracked by git.