diff options
| author | ruki <[email protected]> | 2022-04-03 16:12:45 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-03 16:12:45 +0800 |
| commit | 8b2bcfb11e985fb85d7e79f2086a097a0892b0f6 (patch) | |
| tree | cf6d970163abba142368418c2338bc94b9bf7677 /xmake/rules/c++/modules | |
| parent | 9337971116abe0e996954db4a24a877c70103873 (diff) | |
improve protobuf deps
Diffstat (limited to 'xmake/rules/c++/modules')
| -rw-r--r-- | xmake/rules/c++/modules/build_modules/clang.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/build_modules/clang.lua b/xmake/rules/c++/modules/build_modules/clang.lua index b62f2d269..120e1d5d0 100644 --- a/xmake/rules/c++/modules/build_modules/clang.lua +++ b/xmake/rules/c++/modules/build_modules/clang.lua @@ -120,7 +120,6 @@ function build_with_batchjobs(target, batchjobs, sourcebatch, opt) target:add("cxxflags", "-fmodule-file=" .. modulefile, {force = true}) end end - end) end |
