Skip to content

Commit

Permalink
Use $(FAMILY) instead of listing every MSFT toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-s committed Oct 3, 2024
1 parent 45fe656 commit 4dc5f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StdLib/StdLib.inc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
LuaLib|AppPkg/Applications/Lua/LuaLib.inf # Lua language library

[LibraryClasses.ARM, LibraryClasses.AArch64]
!if $(TOOL_CHAIN_TAG) != VS2017 and $(TOOL_CHAIN_TAG) != VS2015 and $(TOOL_CHAIN_TAG) != VS2019
!if "MSFT" not in $(FAMILY)
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
!endif
# Use the softfloat library to cover missing hardfloat operations.
Expand Down

0 comments on commit 4dc5f42

Please sign in to comment.