summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2021-05-21 11:55:48 +0100
committerRichard Hughes <richard@hughsie.com>2021-05-21 14:42:24 +0100
commit90da5f11da1378791a571118ef71b5a220bd4bed (patch)
tree9b02b3f932e293f67bffcf2935ea482598aeff51
parent10eedacbd6cf7498777ac324d78503a073df6164 (diff)
downloadgusb-90da5f11da1378791a571118ef71b5a220bd4bed.tar.gz
Require *any* python3 to fix FreeBSD build
-rw-r--r--gusb/meson.build2
1 files changed, 1 insertions, 1 deletions
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: