diff options
| author | ruki <[email protected]> | 2021-10-14 23:56:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-10-14 23:56:40 +0800 |
| commit | 02a1dc5ba36b45b7a7ac917bb85f3851c87cb282 (patch) | |
| tree | b53425728f357fef3fcb72520dcbe878fa3daeab /xmake/rules/c++/modules/build_modulefiles.lua | |
| parent | d6d138881b996f0db385feb27cefb8bc6a495494 (diff) | |
remove unused line
Diffstat (limited to 'xmake/rules/c++/modules/build_modulefiles.lua')
| -rw-r--r-- | xmake/rules/c++/modules/build_modulefiles.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/build_modulefiles.lua b/xmake/rules/c++/modules/build_modulefiles.lua index 97c3d4a50..624667661 100644 --- a/xmake/rules/c++/modules/build_modulefiles.lua +++ b/xmake/rules/c++/modules/build_modulefiles.lua @@ -42,7 +42,6 @@ function _build_modulefiles_clang(target, sourcebatch, opt) sourcebatch.objectfiles = sourcebatch.objectfiles or {} sourcebatch.dependfiles = sourcebatch.dependfiles or {} for _, sourcefile in ipairs(sourcebatch.sourcefiles) do - --local objectfile = target:objectfile(sourcefile) .. ".pcm" local objectfile = path.join(cachedir, path.basename(sourcefile) .. ".pcm") table.insert(sourcebatch.objectfiles, objectfile) table.insert(sourcebatch.dependfiles, target:dependfile(objectfile)) |
