summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi Huu Huynh <[email protected]>2023-11-14 10:52:56 +0000
committerChi Huu Huynh <[email protected]>2023-11-14 10:52:56 +0000
commit7b1a926435cdd81c9b09a2eedfa43fe7c00c3302 (patch)
treebbc75e55a509e6a893f21956fc1e69f2d6de2eee
parentbcfa2e6260c1ebbc49be384e473a1b2ae62488b9 (diff)
Fix typo
-rw-r--r--xmake/rules/protobuf/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/protobuf/xmake.lua b/xmake/rules/protobuf/xmake.lua
index d3fef18cc..40d759f13 100644
--- a/xmake/rules/protobuf/xmake.lua
+++ b/xmake/rules/protobuf/xmake.lua
@@ -56,7 +56,7 @@ rule("protobuf.c")
import("proto").build_sourcefiles_proto(target, batchjobs, sourcebatch, opt, "cc")
end, {batch = true})
on_build_files(function (target, batchjobs, sourcebatch, opt)
- import("proto").build_compiled_sourcefiles_proto(target, batchjobs, sourcebatch, opt, "cxx")
+ import("proto").build_compiled_sourcefiles_proto(target, batchjobs, sourcebatch, opt, "cc")
end, {batch = true})