diff options
| author | ruki <[email protected]> | 2025-01-27 09:52:38 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-01-27 09:52:38 +0800 |
| commit | ab0c0f10f5f6084b0eb10cd01c8cf9193e3cec6b (patch) | |
| tree | 3ab1b42de887a6fd57f9da603cb38e587637993b | |
| parent | 9a6a8ada1ddde0d88e6eb03cbf82a7f02f3ed7c3 (diff) | |
| parent | 718069c815cf9ed814b6c22db70b6b5404947c6e (diff) | |
Merge pull request #6118 from shiffted/dev
Fix std module warnings with msvc
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua b/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua index e08eadbfb..ca9e8053d 100644 --- a/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua +++ b/xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua @@ -145,8 +145,8 @@ function get_stdmodules(target) end end end + wprint("std and std.compat modules not found! disabling them for the build") end - wprint("std and std.compat modules not found ! disabling them for the build") end function get_bmi_extension() |
