diff options
| author | ruki <[email protected]> | 2022-08-30 00:56:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-08-30 00:56:23 +0800 |
| commit | 32c93e0142d4f1454d913fa1a69a9469dff756a8 (patch) | |
| tree | 2443e73a035f8d328fab9c826bc78befbfdd130f /xmake/rules/c++/modules/modules_support/msvc.lua | |
| parent | eb942b57cb3dceb2661846ca660667084fefd021 (diff) | |
improve codes
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/msvc.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/msvc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/msvc.lua b/xmake/rules/c++/modules/modules_support/msvc.lua index 2d53eb0fc..c14bd73d2 100644 --- a/xmake/rules/c++/modules/modules_support/msvc.lua +++ b/xmake/rules/c++/modules/modules_support/msvc.lua @@ -218,9 +218,9 @@ end -- generate target stl header units for batchcmds function generate_stl_headerunits_for_batchcmds(target, batchcmds, headerunits, opt) - local stlcachedir = common.stlmodules_cachedir(target) -- get flags + local stlcachedir = common.stlmodules_cachedir(target) local exportheaderflag = get_exportheaderflag(target) local headerunitflag = get_headerunitflag(target) local headernameflag = get_headernameflag(target) |
