diff options
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/private/utils/toolchain.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/private/utils/toolchain.lua b/xmake/modules/private/utils/toolchain.lua index 37ba7b5d3..bb7d6edba 100644 --- a/xmake/modules/private/utils/toolchain.lua +++ b/xmake/modules/private/utils/toolchain.lua @@ -332,8 +332,8 @@ function get_llvm_dirs(toolchain) return llvm_dirs end --- set runenvs for llvm -function set_llvm_runenvs(toolchain) +-- add runenvs for llvm +function add_llvm_runenvs(toolchain) local dirs = get_llvm_dirs(toolchain) if dirs then if dirs.bindir and (toolchain:is_plat("windows") or is_host("windows")) then |
