diff options
| author | ruki <[email protected]> | 2023-02-14 00:07:38 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-02-14 00:07:38 +0800 |
| commit | 0936ad49411c55cf4130793750336e011366ebbf (patch) | |
| tree | 081066440e5b58aa8f671f521e1796ff50718f93 /xmake/rules/c++/modules/modules_support/common.lua | |
| parent | 4b42528d48d5d062027f2053d3ed75accddb1141 (diff) | |
improve clang for stdmodules
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/common.lua')
| -rw-r--r-- | xmake/rules/c++/modules/modules_support/common.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/common.lua b/xmake/rules/c++/modules/modules_support/common.lua index 7a43cd5f2..8996d0ddf 100644 --- a/xmake/rules/c++/modules/modules_support/common.lua +++ b/xmake/rules/c++/modules/modules_support/common.lua @@ -740,4 +740,4 @@ function get_outputdir(target, module) end return moduledir end -end
\ No newline at end of file +end |
