You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to cross compile using the builtin occt-sys. It will always compile OCCT for the HOST architecture rather than the TARGET architecture.
This is due to it being a build-dependency.
opencascade-sys: built for TARGET
build.rs: built/run for HOST with env TARGET=TARGET
occt-sys: built for HOST (since its a dep of build.rs)
build.rs: build for HOST with env TARGET=HOST
The text was updated successfully, but these errors were encountered:
If you try to cross compile using the builtin occt-sys. It will always compile OCCT for the HOST architecture rather than the TARGET architecture.
This is due to it being a build-dependency.
The text was updated successfully, but these errors were encountered: