Fix documentation of the arch suffix in the DLL names

Mention that it's only used when building with MSVC.
This commit is contained in:
Vadim Zeitlin 2022-12-29 18:39:46 +01:00
parent ebf790f76e
commit 2bca8c405d

View file

@ -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.
--------------------------------------------------------------------