dev-python/python_orocos_kdl: fix prestripped files

Closes: https://bugs.gentoo.org/806857
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2021-08-12 13:48:14 +02:00
parent d97f611e60
commit 4b1cd48e66
2 changed files with 8 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ if [ "${PV#9999}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics"
fi
# pybind11 strips targets at build otherwise...
# https://bugs.gentoo.org/806857
CMAKE_BUILD_TYPE=RelWithDebInfo
inherit ${SCM} python-r1 cmake
if [ "${PV#9999}" != "${PV}" ] ; then

View File

@@ -10,6 +10,10 @@ if [ "${PV#9999}" != "${PV}" ] ; then
EGIT_REPO_URI="https://github.com/orocos/orocos_kinematics_dynamics"
fi
# pybind11 strips targets at build otherwise...
# https://bugs.gentoo.org/806857
CMAKE_BUILD_TYPE=RelWithDebInfo
inherit ${SCM} python-r1 cmake
if [ "${PV#9999}" != "${PV}" ] ; then