diff options
| author | ruki <[email protected]> | 2020-05-29 22:38:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-29 09:51:20 +0800 |
| commit | 1e8dca7982bcd50f1d78bc2e8877a9f7724aa52d (patch) | |
| tree | 88037ddfcdf78008a6e9d86adb78f5adfff762ff /xmake/core/tool/toolchain.lua | |
| parent | 81763dc52a579ae4f2bc8b6a655c092071bf3f2b (diff) | |
add gnu-rm toolchain
Diffstat (limited to 'xmake/core/tool/toolchain.lua')
| -rw-r--r-- | xmake/core/tool/toolchain.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmake/core/tool/toolchain.lua b/xmake/core/tool/toolchain.lua index e2220127e..200d00b3a 100644 --- a/xmake/core/tool/toolchain.lua +++ b/xmake/core/tool/toolchain.lua @@ -295,6 +295,8 @@ function toolchain.apis() , "toolchain.set_bindir" , "toolchain.set_sdkdir" , "toolchain.set_archs" + , "toolchain.set_homepage" + , "toolchain.set_description" } , keyvalues = { |
