summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/find-rustc-importlibs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/find-rustc-importlibs.rst')
-rw-r--r--Help/release/dev/find-rustc-importlibs.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/find-rustc-importlibs.rst b/Help/release/dev/find-rustc-importlibs.rst
new file mode 100644
index 0000000..646afff
--- /dev/null
+++ b/Help/release/dev/find-rustc-importlibs.rst
@@ -0,0 +1,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.