summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2024-07-12 18:40:05 +0200
committerArthur LAURENT <[email protected]>2024-07-12 18:40:05 +0200
commit6171636d753ac7417e6550977cabb264d3ec1656 (patch)
tree2bd1c67b61440c04c449e1697bd8a99c33da489e
parent59d4566fc7a88cb53f00b29bb7e5d5ceb7608858 (diff)
improve std module warning for clang
-rw-r--r--xmake/rules/c++/modules/modules_support/clang/compiler_support.lua2
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 7de732bdd..376438045 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")
+ wprint("std and std.compat modules not found ! disabling them for the build, maybe try to add --sdk=<PATH/TO/LLVM>")
end
function get_bmi_extension()