From 3d393e7546d9426cc9cbcb739c7f216bb900e5b5 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Thu, 23 Jun 2022 15:14:09 +0200
Subject: [PATCH] [wip/py-bullet3] fix SOABI in SYSTEM_SEARCH

---
 py-bullet3/depend.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/py-bullet3/depend.mk b/py-bullet3/depend.mk
index 4ea82537..7e7cec14 100644
--- a/py-bullet3/depend.mk
+++ b/py-bullet3/depend.mk
@@ -16,7 +16,7 @@ PREFER.py-bullet3?=	robotpkg
 SYSTEM_SEARCH.py-bullet3=\
   'include/bullet/Bullet3Common/b3HashMap.h'				\
   'lib/libBullet3Common.so'						\
-  '${PYTHON_SYSLIBSEARCH}/pybullet.so'					\
+  '${PYTHON_SYSLIBSEARCH}/pybullet.{,*.}so'					\
   'lib/cmake/bullet/BulletConfig.cmake:/PACKAGE_VERSION/s/[^0-9.]//gp'	\
   'lib/pkgconfig/bullet.pc:/Version/s/[^0-9.]//gp'
 
-- 
GitLab