diff options
| author | ruki <[email protected]> | 2025-12-22 19:48:26 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-12-22 19:48:26 +0800 |
| commit | d72d0378c40faa23a3063bacfc47e08b919c4031 (patch) | |
| tree | eb85f91512e9659cfa4f60f1f8978206947d8de4 /xmake/modules/private/utils/toolchain.lua | |
| parent | be30fc210ba8de106e9ab7b361d05c0ad28cf57d (diff) | |
Update toolchain.lua
Diffstat (limited to 'xmake/modules/private/utils/toolchain.lua')
| -rw-r--r-- | xmake/modules/private/utils/toolchain.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/private/utils/toolchain.lua b/xmake/modules/private/utils/toolchain.lua index de5d4916f..cd2f20736 100644 --- a/xmake/modules/private/utils/toolchain.lua +++ b/xmake/modules/private/utils/toolchain.lua @@ -473,7 +473,7 @@ function add_llvm_runenvs(toolchain) local runenvs = toolchain:get("runenvs") if runenvs and runenvs["PATH"] then runenvs["PATH"] = table.wrap(runenvs["PATH"]) - table.insert(runenvs["PATH"], 1 , dir) + table.insert(runenvs["PATH"], 1, dir) else toolchain:add("runenvs", "PATH", dir) end |
