From 2bca8c405d163dec93255014de9897d35e1041fc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 29 Dec 2022 18:39:46 +0100 Subject: [PATCH] Fix documentation of the arch suffix in the DLL names Mention that it's only used when building with MSVC. --- docs/contributing/about-platform-toolkit-and-library-names.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/about-platform-toolkit-and-library-names.md b/docs/contributing/about-platform-toolkit-and-library-names.md index 1f23ee46aa..3929f22c42 100644 --- a/docs/contributing/about-platform-toolkit-and-library-names.md +++ b/docs/contributing/about-platform-toolkit-and-library-names.md @@ -105,7 +105,7 @@ It is only added to shared libraries on Windows. -------------------------------------------------------------------- -`$arch` is used only by MSVS solutions. It is empty for 32-bit builds and +`$arch` is used only when building with MSVC. It is empty for 32-bit builds and `'x64'` for 64-bit builds. It is only added to shared libraries. --------------------------------------------------------------------