Merge branch 'msw-dlls-arch-suffix'

Include arch-specific suffix in the DLLs names in makefile.vc too.

See #23053, #23093.
This commit is contained in:
Vadim Zeitlin 2022-12-31 17:02:07 +01:00
commit 79e97bd4ca
6 changed files with 11 additions and 5 deletions

View file

@ -88,7 +88,7 @@ PORTNAME = msw$(TOOLKIT_VERSION)
COMPILER_VERSION = ERROR-COMPILER-VERSION-MUST-BE-SET-FOR-OFFICIAL-BUILD
!endif
!if "$(OFFICIAL_BUILD)" == "0"
WXCOMPILER = _vc
WXCOMPILER = _vc$(ARCH_SUFFIX)
!endif
!if "$(OFFICIAL_BUILD)" == "1"
WXCOMPILER = _vc$(COMPILER_VERSION)$(ARCH_SUFFIX)