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
The key is to ensure that the DH_MESON_CROSS_FILE variable points to the correct cross-compile file for meson, and to preserve the DEB_HOST_ARCH env variable when sudo'ing, along with passing -aarmhf to dpkg-buildpackage to specify the correct arch
This ensures that dh_gencontrol actually generates a package for the cross-arch, dpkg-buildpackage treats this as a cross-compiled thing, and that meson compiles for cross-arch.
IDK if anything else is really needed, but I'm too tired to bother changing anything else.