diff options
| author | Arthur LAURENT <[email protected]> | 2024-01-31 12:19:45 +0100 |
|---|---|---|
| committer | Arthur LAURENT <[email protected]> | 2024-01-31 12:19:45 +0100 |
| commit | 98646d9e0f605a50cbc17a5ea73ce9a52690a35f (patch) | |
| tree | f2604fb31434c7645b95326ade340c97c1c2a80f /xmake/rules/c++/modules/xmake.lua | |
| parent | 8e10652f4f08566ee5c1099d928e75cdefb040d0 (diff) | |
update comment
Diffstat (limited to 'xmake/rules/c++/modules/xmake.lua')
| -rw-r--r-- | xmake/rules/c++/modules/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/xmake.lua b/xmake/rules/c++/modules/xmake.lua index 95dc21c40..56ec15343 100644 --- a/xmake/rules/c++/modules/xmake.lua +++ b/xmake/rules/c++/modules/xmake.lua @@ -47,7 +47,7 @@ rule("c++.build.modules") -- @see https://github.com/xmake-io/xmake/issues/3000 target:set("policy", "build.ccache", false) - -- load module support + -- load compiler support compiler_support.load(target) -- mark this target with modules |
