From ef7924ec6f8368b096789d510f5890bb46989ea0 Mon Sep 17 00:00:00 2001 From: DawnManget Date: Tue, 10 May 2022 12:00:05 +0800 Subject: review5: add keil-c51 toolchain & rules --- xmake/rules/c51/xmake.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xmake/rules/c51/xmake.lua b/xmake/rules/c51/xmake.lua index 44c2d3483..6e4654082 100644 --- a/xmake/rules/c51/xmake.lua +++ b/xmake/rules/c51/xmake.lua @@ -1,5 +1,4 @@ - -rule("c51.static") +rule("c51.binary") on_load(function (target) -- we disable checking flags for cross toolchain automatically target:set("policy", "check.auto_ignore_flags", false) -- cgit v1.3.1