Files

12 lines
486 B
Diff
Raw Permalink Normal View History

2026-06-18 21:30:30 -04:00
--- meson.build.orig 2026-06-18 21:50:21
+++ meson.build 2026-06-19 10:24:14
2025-05-08 22:27:36 -04:00
@@ -3,7 +3,7 @@
2024-10-14 10:35:38 -04:00
'c', 'cpp',
2025-05-08 22:27:36 -04:00
version: run_command(
# Also keep version in sync with pyproject.toml.
2026-06-18 21:30:30 -04:00
- find_program('python3', 'python', version: '>= 3.11'),
+ find_program('@@PYTHONBIN@@', 'python', version: '>= 3.11'),
2025-05-08 22:27:36 -04:00
'-m', 'setuptools_scm', check: true).stdout().strip(),
2024-10-14 10:35:38 -04:00
# qt_editor backend is MIT
# ResizeObserver at end of lib/matplotlib/backends/web_backend/js/mpl.js is CC0