Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not run arm/arm64 mksnapshot binaries
For arm and arm64 target_arches, Chromium builds mksnapshot as an x64 binary and as part of that build mksnapshot is executed to produce snapshot_blob.bin. Chromium does not build native arm and arm64 binaries of mksnapshot, but Electron does, so this patch makes sure that the build doesn't try to run the mksnapshot binary if it was built for arm or arm64. Patch-Filename: do_not_run_arm_arm64_mksnapshot_binaries.patch
- Loading branch information