diff options
| author | ruki <[email protected]> | 2020-05-21 22:36:26 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-21 09:38:42 +0800 |
| commit | f42509d5a1f4b98ef789bcd1a12cc436e3dc43b1 (patch) | |
| tree | 7c33c6a6547d6e5f829d75fe355e8df133326487 /xmake/core/tool/toolchain.lua | |
| parent | 7053cde611448bba096b6a97527af5f5a50439c1 (diff) | |
remove sdcc platform
Diffstat (limited to 'xmake/core/tool/toolchain.lua')
| -rw-r--r-- | xmake/core/tool/toolchain.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua index 368a25b20..3644fa8c0 100644 --- a/xmake/core/tool/toolchain.lua +++ b/xmake/core/tool/toolchain.lua @@ -267,6 +267,7 @@ function toolchain._apis() "toolchain.set_kind" , "toolchain.set_bindir" , "toolchain.set_sdkdir" + , "toolchain.set_archs" } , keyvalues = { |
