You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-03-31 14:42:53 -07:00
12 lines
409 B
Diff
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
|