--- meson.build.orig	2025-05-01 15:56:23
+++ meson.build	2025-05-01 16:18:02
@@ -138,7 +138,7 @@
 if not python3_dep.found() or python_path != ''
   python_inst = pymod.find_installation(python_path, required: false)
   if python_inst.found()
-    python3_dep = python_inst.dependency(version: python3_req, required: false)
+    python3_dep = python_inst.dependency(embed: true, version: python3_req, required: false)
   endif
 endif
 
