From 7b1a926435cdd81c9b09a2eedfa43fe7c00c3302 Mon Sep 17 00:00:00 2001 From: Chi Huu Huynh <73843190+Chi-EEE@users.noreply.github.com> Date: Tue, 14 Nov 2023 10:52:56 +0000 Subject: Fix typo --- xmake/rules/protobuf/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}) -- cgit v1.3.1