--- ./meson.build	2023-10-04 17:04:55
+++ ./meson.build	2023-10-04 17:05:55
@@ -85,7 +85,7 @@
 is_developer_build = (get_option('developer') == 'auto' ? is_debug_build : get_option('developer') == 'true')
 
 cc = meson.get_compiler('c')
-python = import('python').find_installation()
+python = import('python').find_installation('@@PYTHON_BIN@@')
 
 subdir('scripts')
 
