From b5c5744dbaebf99da4189ca7ee705b4c35257143 Mon Sep 17 00:00:00 2001 From: ShifftC Date: Sun, 26 Jan 2025 21:27:30 +0100 Subject: Fix std module warnings with msvc --- xmake/rules/c++/modules/modules_support/msvc/compiler_support.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.3.1