bschwind / opencascade-rs

Rust bindings to the OpenCascade CAD Kernel
GNU Lesser General Public License v2.1
116 stars 22 forks source link

fix: allow cross compilation under builtin flag v2 #185

Open fidoriel opened 6 days ago

fidoriel commented 6 days ago

Supersedes #163 while closing #160

fidoriel commented 6 days ago

Am using my feature branch within https://github.com/fidoriel/MeshVault/actions/runs/11877885906/job/33097958333. THis is a ci run of a cross compiled x64/aarch64 target, while compiling aarch within a x64 environment. So it works :)