summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/rc.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-06-21 12:59:49 +0800
committerruki <[email protected]>2020-06-21 12:59:49 +0800
commitfc477da1337332b83ceef15f02ce6b69dc1ee56e (patch)
tree89675b4601cf7d3d40e87ff773af219351cc5eeb /xmake/modules/core/tools/rc.lua
parent08559a94893de4e5b0799f90f54c0009ef7eeb4d (diff)
fix rc
Diffstat (limited to 'xmake/modules/core/tools/rc.lua')
-rw-r--r--xmake/modules/core/tools/rc.lua2
1 files changed, 1 insertions, 1 deletions
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))