From 66b43560f7cf25b20ecb78a85dc17fe1f975bb48 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 24 Oct 2023 22:53:05 +0800 Subject: pass extras to tools --- xmake/modules/core/tools/ml.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/modules/core/tools/ml.lua') diff --git a/xmake/modules/core/tools/ml.lua b/xmake/modules/core/tools/ml.lua index 042937ed7..5bb1fb884 100644 --- a/xmake/modules/core/tools/ml.lua +++ b/xmake/modules/core/tools/ml.lua @@ -55,7 +55,7 @@ function init(self) end -- make the symbol flags -function nf_symbols(self, levels, target) +function nf_symbols(self, levels) local flags = nil local values = hashset.from(levels) if values:has("debug") then -- cgit v1.3.1