diff options
| author | ruki <[email protected]> | 2020-11-01 10:21:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-11-01 10:21:49 +0800 |
| commit | b98867b498830320ff183bc4dff426599fee1219 (patch) | |
| tree | 8066d9a81750844c4b3f76b1b5208902e01bcbe3 /xmake/toolchains/gnu-rm/xmake.lua | |
| parent | e2e1045005affdac1c9bae2e66feeaed280022f9 (diff) | |
improve cross toolchain
Diffstat (limited to 'xmake/toolchains/gnu-rm/xmake.lua')
| -rw-r--r-- | xmake/toolchains/gnu-rm/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/gnu-rm/xmake.lua b/xmake/toolchains/gnu-rm/xmake.lua index cb32d218a..8299aea64 100644 --- a/xmake/toolchains/gnu-rm/xmake.lua +++ b/xmake/toolchains/gnu-rm/xmake.lua @@ -29,7 +29,7 @@ toolchain("gnu-rm") set_kind("standalone") -- check toolchain - on_check("check") + on_check("private.detect.find_cross_toolchain") -- on load on_load(function (toolchain) |
