Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the global cache dir for the manifests of generated mingw .libs #19173

Merged

Commits on Mar 4, 2024

  1. Use the global cache dir for the manifests of generated mingw .libs

    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.
    squeek502 committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bfca89d View commit details
    Browse the repository at this point in the history