diff options
| author | ruki <[email protected]> | 2018-05-08 22:46:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-08 10:39:52 +0800 |
| commit | c61545b0275b64c8b0294ce69e635e30475a2239 (patch) | |
| tree | 0eba3c71f7065c5546f059e755f1ac869d4ac4fd /xmake/modules/core/tools/dmd.lua | |
| parent | 5a1eebb5b49e7476ceb773d9b846c0c61c9f99c8 (diff) | |
improve build dependence
Diffstat (limited to 'xmake/modules/core/tools/dmd.lua')
| -rw-r--r-- | xmake/modules/core/tools/dmd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/dmd.lua b/xmake/modules/core/tools/dmd.lua index a3c5c1f79..cb3565207 100644 --- a/xmake/modules/core/tools/dmd.lua +++ b/xmake/modules/core/tools/dmd.lua @@ -171,7 +171,7 @@ function compargv(self, sourcefiles, objectfile, flags) end -- complie the source file -function compile(self, sourcefiles, objectfile, depinfo, flags) +function compile(self, sourcefiles, objectfile, dependinfo, flags) -- ensure the object directory os.mkdir(path.directory(objectfile)) |
