diff options
| author | ShifftC <[email protected]> | 2025-01-26 21:27:30 +0100 |
|---|---|---|
| committer | ShifftC <[email protected]> | 2025-01-26 21:27:30 +0100 |
| commit | b5c5744dbaebf99da4189ca7ee705b4c35257143 (patch) | |
| tree | b9e942fc0543707f33894c4542685d33fd7e9a27 /xmake/rules/c++/modules/modules_support | |
| parent | 9a6a8ada1ddde0d88e6eb03cbf82a7f02f3ed7c3 (diff) | |
Fix std module warnings with msvc
Diffstat (limited to 'xmake/rules/c++/modules/modules_support')
| -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..997f8a444 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() |
