From 35f41b6dcf27d0fdcd2f112e086115720c2246cd Mon Sep 17 00:00:00 2001 From: Arthur LAURENT Date: Tue, 23 Jan 2024 20:36:55 +0100 Subject: fix gcc module support --- xmake/rules/c++/modules/modules_support/gcc/compiler_support.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/c++/modules/modules_support') diff --git a/xmake/rules/c++/modules/modules_support/gcc/compiler_support.lua b/xmake/rules/c++/modules/modules_support/gcc/compiler_support.lua index 7dab1f4da..60566df51 100644 --- a/xmake/rules/c++/modules/modules_support/gcc/compiler_support.lua +++ b/xmake/rules/c++/modules/modules_support/gcc/compiler_support.lua @@ -100,7 +100,7 @@ function get_target_module_mapperpath(target) end -- not supported atm -function get_stdmodules(_) +function get_stdmodules(target) if target:policy("build.c++.modules.std") then end return {} -- cgit v1.3.1