diff options
| author | Arthur LAURENT <[email protected]> | 2022-08-07 13:12:22 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-08-07 13:12:22 +0200 |
| commit | 7c68491b43bb32683731473cbf77d1923ad14e0e (patch) | |
| tree | fd709ef3f75bf9001013dfd85f4a31cb3e13911a /xmake/rules/c++/modules/modules_support/msvc.lua | |
| parent | 31d14e3a11f9da2399939ab7e22a973c22dab227 (diff) | |
Fix msvc
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/msvc.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/msvc.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/rules/c++/modules/modules_support/msvc.lua b/xmake/rules/c++/modules/modules_support/msvc.lua index 7bb9c97b5..dbdfbf744 100644 --- a/xmake/rules/c++/modules/modules_support/msvc.lua +++ b/xmake/rules/c++/modules/modules_support/msvc.lua @@ -272,6 +272,7 @@ function build_modules_for_batchcmds(target, batchcmds, objectfiles, modules, op -- get flags local ifcoutputflag = get_ifcoutputflag(target) local interfaceflag = get_interfaceflag(target) + local referenceflag = get_referenceflag(target) -- append module mapper flags for line in io.lines(mapper_file) do |
