From fc477da1337332b83ceef15f02ce6b69dc1ee56e Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 21 Jun 2020 12:59:49 +0800 Subject: fix rc --- xmake/modules/core/tools/rc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/modules/core/tools/rc.lua b/xmake/modules/core/tools/rc.lua index df26e6f09..4d5d79a86 100644 --- a/xmake/modules/core/tools/rc.lua +++ b/xmake/modules/core/tools/rc.lua @@ -49,7 +49,7 @@ function compargv(self, sourcefile, objectfile, flags) end -- compile the source file -function compile(self, sourcefile, objectfile, dependinfo, flags) +function compile(self, sourcefile, objectfile, dependinfo, flags, opt) -- ensure the object directory os.mkdir(path.directory(objectfile)) -- cgit v1.3.1