Fix the pkg-config import library name with mingw-w64
authorSteve Lhomme <robux4@ycbcr.xyz>
Tue, 30 Aug 2022 06:17:51 +0000 (08:17 +0200)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Tue, 6 Sep 2022 17:31:17 +0000 (11:31 -0600)
commit688ad64341244e2ed3305780c713c753dd9d9433
tree8baae3fad4cf57dfdcb57cc8dc78763274939759
parentb57feee2859e2dd2076b4c36977bf75ac7ac03e3
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.
loader/CMakeLists.txt