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