SIGN IN SIGN UP

Use the global cache dir for the manifests of generated mingw `.lib`s

Fixes a mismatch where the manifests would be written to the local cache dir, but the .def/.lib files themselves would be written to the global cache dir. This meant that if you cleared your global cache, your local cache would still think that the .lib files existed in the cache and it'd lead to 'No such file or directory' errors at linktime.

This mismatch was introduced in the stage1 -> stage2 transition of this code.
R
Ryan Liptak committed
469643940c9cdce90fbd44e437592dbb608f2443
Parent: 90c1a2c
Committed by Andrew Kelley <andrew@ziglang.org> on 3/4/2024, 1:36:01 PM