graphics/py-box2d-py: Fix packaging with Python 3.8+
* Apply the same fix as in 9cb5898561
by
stripping libraries by wildcard paths.
PR: 253815
Approved by: python (with hat)
This commit is contained in:
parent
cd5b03f692
commit
f683a69deb
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ USES= compiler:c11 python:3.6+
|
|||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Box2D/_Box2D.so
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Box2D/_Box2D*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue