diff --git a/math/py-iohexperimenter/Makefile b/math/py-iohexperimenter/Makefile index 17b2b5b2102c2..1f19990498439 100644 --- a/math/py-iohexperimenter/Makefile +++ b/math/py-iohexperimenter/Makefile @@ -21,6 +21,6 @@ USE_PYTHON= autoplist concurrent distutils USE_CXXSTD= c++14 post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/IOHexperimenter/_IOHprofiler*.so + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + .include