mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
398 B
Diff
12 lines
398 B
Diff
--- a/meson.build 2023-10-11 20:32:44.000000000 +0800
|
|
+++ b/meson.build 2024-10-29 19:30:42.000000000 +0800
|
|
@@ -50,7 +50,7 @@
|
|
gnome = import('gnome')
|
|
i18n = import('i18n')
|
|
pkg = import('pkgconfig')
|
|
-python = import('python').find_installation('python3')
|
|
+python = import('python').find_installation('@PYTHON@')
|
|
|
|
source_root = meson.current_source_dir()
|
|
build_root = meson.current_build_dir()
|