Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1925601 - Fix the iOS build (again)
The last hack didn't fix the iOS build. I looked through xcframework zip from the nightly build artifacts (https://firefoxci.taskcluster-artifacts.net/dHGArzP3R0Cmwcr56RPQJA/0/public/build/nightly.json) and it seems like it was correctly copying the `RustViaductFFI.h` file, but not correctly updating module.modulemap. The main issue was the `awk` command was printing out the updated contents to STDOUT, but not actually modifying `module.modulemap`. I fixed that and also moved away from `awk`, since I'm worried about differences between gawk and nawk.
- Loading branch information