diff options
| author | ruki <[email protected]> | 2024-10-24 23:52:03 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-10-24 23:52:03 +0800 |
| commit | b805dc5ca92ab188a3c2e37b194f2ff25b42e956 (patch) | |
| tree | bf8a1af551266078db7d73b82afb0e5be16ed519 /xmake/rules/c++/modules | |
| parent | c78f1d8a874aa899387e8ab959932cc8b9de33aa (diff) | |
improve logs
Diffstat (limited to 'xmake/rules/c++/modules')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/clang/compiler_support.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua b/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua index 376438045..f86a0bd8f 100644 --- a/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua +++ b/xmake/rules/c++/modules/modules_support/clang/compiler_support.lua @@ -300,7 +300,7 @@ function get_stdmodules(target) end end end - wprint("std and std.compat modules not found ! disabling them for the build, maybe try to add --sdk=<PATH/TO/LLVM>") + wprint("std and std.compat modules not found! maybe try to add --sdk=<PATH/TO/LLVM> or install libc++") end function get_bmi_extension() |
