diff options
| author | ruki <[email protected]> | 2020-06-21 12:59:49 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-06-21 12:59:49 +0800 |
| commit | fc477da1337332b83ceef15f02ce6b69dc1ee56e (patch) | |
| tree | 89675b4601cf7d3d40e87ff773af219351cc5eeb /xmake/modules | |
| parent | 08559a94893de4e5b0799f90f54c0009ef7eeb4d (diff) | |
fix rc
Diffstat (limited to 'xmake/modules')
| -rw-r--r-- | xmake/modules/core/tools/rc.lua | 2 |
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)) |
