omove
Results
2
comments of
omove
I don't think an ARM64 runner is needed for this, changing the build target to aarch64-pc-windows-msvc and using Firefox's --enable-bootstrap build option to cross-compile worked on my x86 Fedora machine...
I made this script to do it all in a fresh VM of Fedora 40. ``` #Install dependencies sudo dnf group install -y "C Development Tools and Libraries" sudo dnf...