From b805dc5ca92ab188a3c2e37b194f2ff25b42e956 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 24 Oct 2024 23:52:03 +0800 Subject: [PATCH] improve logs --- .../c++/modules/modules_support/clang/compiler_support.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 376438045e..f86a0bd8fe 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=") + wprint("std and std.compat modules not found! maybe try to add --sdk= or install libc++") end function get_bmi_extension()