Carlo Cabrera dee3638653
os/mac/{keg,mach}: fix cache invalidation
We were rewriting dylib IDs and install names using `MachO::Tools`,
which doesn't update the state of the file in memory. This leads to
those changes being undone when we call `delete_rpath`.

We fix this by making sure the state of the file in memory always
matches the state of file on disk.

Closes #12832.
2022-02-11 23:19:15 +08:00
..
2021-09-29 15:12:53 -07:00
2021-10-19 16:57:39 +01:00
2022-02-07 04:28:01 +00:00