From 4dc5f422208a51750b980530bb5eff02ece06d7d Mon Sep 17 00:00:00 2001 From: ss Date: Thu, 3 Oct 2024 20:02:58 +0200 Subject: [PATCH] Use $(FAMILY) instead of listing every MSFT toolchain --- StdLib/StdLib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StdLib/StdLib.inc b/StdLib/StdLib.inc index 08a5f7e..127ecf6 100644 --- a/StdLib/StdLib.inc +++ b/StdLib/StdLib.inc @@ -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.