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

Fix the mingw-w64 dll name #998

Merged
merged 3 commits into from
Sep 6, 2022

Commits on Aug 30, 2022

  1. Generate the same DLL name with mingw-w64 as with MSVC

    It should be the same name so mingw-w64 toolchains can generate/use the same
    DLLs as the MSVC toolchains. The DLL and import libraries are compatible both
    ways.
    
    Fixes KhronosGroup#997
    robUx4 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    31194d8 View commit details
    Browse the repository at this point in the history
  2. Fix the pkg-config import library name with mingw-w64

    The common name for import libraries in mingw-w64 ends with .dll.a so we need
    to use it so the pkg-config file ends up use -lvulkan-1.dll.
    robUx4 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    983e0ae View commit details
    Browse the repository at this point in the history
  3. fix typo in CMakeLists

    robUx4 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    6391970 View commit details
    Browse the repository at this point in the history