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:
parent
ebf790f76e
commit
2bca8c405d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
--------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue