NetworkPkg: Add VS2026 toolchain support

* Add VS2026 to toolchain check in NetworkPkgHostTest.dsc.

Signed-off-by: Daniel Grobert <danalexgro@gmail.com>
This commit is contained in:
Daniel 2026-01-06 15:55:06 +01:00 committed by mergify[bot]
parent deeeaa76c0
commit 19fc4b7f50

View file

@ -73,7 +73,7 @@
SortLib|MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
!if $(TOOL_CHAIN_TAG) == VS2019 or $(TOOL_CHAIN_TAG) == VS2022
!if $(TOOL_CHAIN_TAG) == VS2019 or $(TOOL_CHAIN_TAG) == VS2022 or $(TOOL_CHAIN_TAG) == VS2026
[LibraryClasses.X64]
# Provide StackCookie support lib so that we can link to /GS exports for VS builds
RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf