From 90da5f11da1378791a571118ef71b5a220bd4bed Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 21 May 2021 11:55:48 +0100 Subject: Require *any* python3 to fix FreeBSD build --- gusb/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gusb/meson.build b/gusb/meson.build index 8236a2b..282aa48 100644 --- a/gusb/meson.build +++ b/gusb/meson.build @@ -147,7 +147,7 @@ libgusb_gir = libgusb_girtarget[0] libgusb_typelib = libgusb_girtarget[1] pymod = import('python') -py_installation = pymod.find_installation('python3') +py_installation = pymod.find_installation() # Verify the map file is correct -- note we can't actually use the generated # file for two reasons: -- cgit v1.2.1