summaryrefslogtreecommitdiff
path: root/xmake/toolchains/c51/xmake.lua
diff options
context:
space:
mode:
authorDawnManget <[email protected]>2022-05-10 11:52:42 +0800
committerDawnManget <[email protected]>2022-05-10 11:52:42 +0800
commitfdd33995a73e871d43409cdb541ebf1ec8cc300b (patch)
tree35ac9e7b3897063081e6cfe8bd5edd8b08734a3b /xmake/toolchains/c51/xmake.lua
parent4deeedb8c21e47cec0ad0b52739552c678a82cfd (diff)
review4: add keil-c51 toolchain & rules
Diffstat (limited to 'xmake/toolchains/c51/xmake.lua')
-rw-r--r--xmake/toolchains/c51/xmake.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/toolchains/c51/xmake.lua b/xmake/toolchains/c51/xmake.lua
index dc24b02ac..d0af24907 100644
--- a/xmake/toolchains/c51/xmake.lua
+++ b/xmake/toolchains/c51/xmake.lua
@@ -34,7 +34,6 @@ toolchain("c51")
import("lib.detect.find_tool")
import("detect.sdks.find_c51")
local c51 = find_c51()
-
if c51 and c51.sdkdir and find_tool("c51") then
toolchain:config_set("sdkdir", c51.sdkdir)
toolchain:configs_save()