--- meson.build.Orig	2022-07-31 21:41:49.000000000 +0300
+++ meson.build	2022-07-31 21:42:00.887088726 +0300
@@ -158,7 +158,7 @@
 # Check for python
 enable_python = get_option('python')
 if enable_python
-  python = import('python').find_installation('python3')
+  python = import('python').find_installation('@@PYTHON3_BIN@@')
 
   python_req = '3.2.3'
 
