From b696eaa86f555ceb171acad8f0261d176073f0fe Mon Sep 17 00:00:00 2001 From: "Wu, Zhenyu" Date: Sun, 5 Jan 2025 13:40:24 +0800 Subject: Fix program name of lua.native-objects rule --- xmake/rules/lua/native-objects/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmake/rules/lua/native-objects/xmake.lua') diff --git a/xmake/rules/lua/native-objects/xmake.lua b/xmake/rules/lua/native-objects/xmake.lua index 6ca3cf1b8..7954310dd 100644 --- a/xmake/rules/lua/native-objects/xmake.lua +++ b/xmake/rules/lua/native-objects/xmake.lua @@ -39,7 +39,7 @@ rule("lua.native-objects") -- add commands batchcmds:show_progress(opt.progress, "${color.build.object}compiling.nobj.lua %s", sourcefile) batchcmds:mkdir(path.directory(sourcefile_c)) - batchcmds:vrunv("native_objects.lua", + batchcmds:vrunv("native_objects", { "-outpath", path(dirname), "-gen", "lua", path(sourcefile) }) -- remember to add_rules("c") if you need batchcmds:compile(sourcefile_c, objectfile) -- cgit v1.3.1