find-rustc-importlibs.rst 281 B

123456
  1. find-rustc-importlibs
  2. ---------------------
  3. * On Windows, when targeting the MSVC ABI, the :command:`find_library` command
  4. now considers ``.dll.lib`` file names before ``.lib``. This is the default
  5. suffix for DLL import libraries created by Rust toolchains for the MSVC ABI.