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:
commit
79e97bd4ca
6 changed files with 11 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue