diff options
| author | ruki <[email protected]> | 2026-03-23 23:54:20 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-03-23 23:54:20 +0800 |
| commit | 7bf56c079214f65d5de92e4bd2cc58d969694477 (patch) | |
| tree | 9948e70666bea83d1f112f80a23e8c7a1f8a9d92 /xmake/actions/config/xmake.lua | |
| parent | 9659e157cd39571cfdd264ce8a2743b9a99175dc (diff) | |
fix some typos
Diffstat (limited to 'xmake/actions/config/xmake.lua')
| -rw-r--r-- | xmake/actions/config/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua index 76db5d866..4c9f5ea4b 100644 --- a/xmake/actions/config/xmake.lua +++ b/xmake/actions/config/xmake.lua @@ -198,7 +198,7 @@ task("config") , "e.g." , " - i386-mingw32-" , " - arm-linux-androideabi-"}, - {nil, "target_os", "kv", nil, "Set target os only for cross-complation"}, + {nil, "target_os", "kv", nil, "Set target os only for cross-compilation"}, {nil, "bin", "kv", nil, "Set cross toolchains bin directory" , "e.g." , " - sdk/bin (/arm-linux-gcc ..)"}, |
