CadQuery / ocp-build-system

A system to build Python wheel PyPI packages for OCP.
Apache License 2.0
6 stars 8 forks source link

Revert change to `def try_unmangle` #27

Open jdegenstein opened 2 months ago

jdegenstein commented 2 months ago

The change to try_unmangle caused the cadquery tests to not pass against the prior build of cadquery-ocp. I believe the resulting windows wheels were missing some of the VTK libraries, and as a result were ~56MB instead of the usual ~80MB or so.

This PR restores the prior lines in this function.