Files
macports-ports/python/py-meson-python/files/patch-mesonpy-__init__.py.diff
2023-10-29 13:27:21 -04:00

12 lines
409 B
Diff

--- mesonpy/__init__.py.orig 2023-10-26 04:49:15
+++ mesonpy/__init__.py 2023-10-29 13:21:10
@@ -937,7 +937,7 @@
if meson.endswith('.py'):
cmd = [sys.executable, meson]
else:
- cmd = [meson]
+ cmd = ["meson-@@PYVER@@"]
# The meson Python package is a dependency of the meson-python Python
# package, however, it may occur that the meson Python package is installed