diff options
| author | ruki <[email protected]> | 2021-10-13 12:31:04 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-10-13 12:31:04 +0800 |
| commit | cbfbb1636bd892aa42054214e327eb6813654202 (patch) | |
| tree | 69b25f0d61f90185834125acd21acec1e7f307af /xmake/rules/c++/modules/build_modulefiles.lua | |
| parent | 1666e13096f40ce0cd6b1563a5bac4cc1dac5ccb (diff) | |
Update build_modulefiles.lua
Diffstat (limited to 'xmake/rules/c++/modules/build_modulefiles.lua')
| -rw-r--r-- | xmake/rules/c++/modules/build_modulefiles.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/build_modulefiles.lua b/xmake/rules/c++/modules/build_modulefiles.lua index a41ab2f39..a8f0052a8 100644 --- a/xmake/rules/c++/modules/build_modulefiles.lua +++ b/xmake/rules/c++/modules/build_modulefiles.lua @@ -149,7 +149,7 @@ function _build_modulefiles_msvc(target, sourcebatch, opt) for _, sourcefile in ipairs(sourcebatch.sourcefiles) do local objectfile = target:objectfile(sourcefile) local dependfile = target:dependfile(objectfile) - local modulefile = objectfile .. ".pcm" + local modulefile = objectfile .. ".ifc" -- compile module file to *.pcm local singlebatch = {sourcekind = "cxx", sourcefiles = {sourcefile}, objectfiles = {objectfile}, dependfiles = {dependfile}} |
