mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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:
parent
deeeaa76c0
commit
19fc4b7f50
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue