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

DLL policies should apply in static triplets, lib policies should apply in dynamic triplets. #1358

Merged
merged 1 commit into from
Mar 1, 2024

Commits on Feb 29, 2024

  1. DLL policies should apply in static triplets, lib policies should app…

    …ly in dynamic triplets.
    
    DLLs can be in static triplets if BuildPolicy::DLLS_IN_STATIC_LIBRARY is turned on. Those DLLs should still have CRT and and architecture checked, that sort of thing.
    
    Static libs can be in dynamic triplets, and their CRT linkage still needs to match.
    BillyONeal committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ca5b202 View commit details
    Browse the repository at this point in the history