diff options
| author | Arthur LAURENT <[email protected]> | 2022-08-09 09:50:26 +0200 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2022-08-10 16:52:51 +0200 |
| commit | 6d0a8f98c83d45a89182568f83ef8abec24752b3 (patch) | |
| tree | f9b1802885678043265b1ac659419d68761b5368 /xmake/rules/c++/modules/xmake.lua | |
| parent | 172d2c7fcd0bf09fb24d286df3d2da5b556c291b (diff) | |
Fix clang module compilation
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/modules/xmake.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua index 05d7a76e9..276566a27 100644 --- a/xmake/rules/c++/modules/xmake.lua +++ b/xmake/rules/c++/modules/xmake.lua @@ -67,10 +67,6 @@ rule("c++.build.modules.builder") batchjobs:group_enter(target:name() .. "/generate_headerunits") common.generate_headerunits_for_batchjobs(target, batchjobs, sourcebatch, modules, opt) job = batchjobs:group_leave() - - -- append module mapper flags - local cache = common.localcache():get("mapflags") or {} - target:add("cxxflags", cache, {force = true}) end return job or opt.rootjob end, {batch = true}) |
