bullet: python byte compile

This commit is contained in:
Christoph Reiter
2022-06-10 08:26:57 +02:00
parent a797e566dc
commit ffdeff2b0a

View File

@@ -100,6 +100,9 @@ package_python-pybullet() {
cd "${srcdir}/build-${MSYSTEM}"
DESTDIR="${pkgdir}" cmake --install . --component pybullet
MSYS2_ARG_CONV_EXCL="-p" python -m compileall \
-o 0 -o 1 -q -s"${pkgdir}" -p"/" "${pkgdir}${MINGW_PREFIX}/lib/python"*
}
# template start; name=mingw-w64-splitpkg-wrappers; version=1.0;