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

This is similar to edcfeab29d (Include arch-specific suffix in the DLL
names in CMake builds too, 2022-12-23).

See #23053.
This commit is contained in:
Vadim Zeitlin 2022-12-28 22:06:41 +01:00
parent cd48a182c9
commit e0db72d80e
4 changed files with 7 additions and 3 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)