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:
parent
cd48a182c9
commit
e0db72d80e
4 changed files with 7 additions and 3 deletions
|
|
@ -1883,7 +1883,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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue