summaryrefslogtreecommitdiff
path: root/xmake/rules
diff options
context:
space:
mode:
authorruki <[email protected]>2025-06-17 22:57:16 +0800
committerruki <[email protected]>2025-06-17 22:57:16 +0800
commitbcc6904da2585b98cda0f20befba5fa7afba6b16 (patch)
treecdb33cb63f9b7360b8be44d5308afb64f6467d06 /xmake/rules
parentf7dd3d77fe79859b94b6f08c901a013c33cf77ba (diff)
fix progress path for cmake #6553
Diffstat (limited to 'xmake/rules')
-rw-r--r--xmake/rules/protobuf/proto.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/protobuf/proto.lua b/xmake/rules/protobuf/proto.lua
index 24ad7ed0a..2649a0586 100644
--- a/xmake/rules/protobuf/proto.lua
+++ b/xmake/rules/protobuf/proto.lua
@@ -156,7 +156,7 @@ function buildcmd_pfile(target, batchcmds, sourcefile_proto, sourcekind, opt)
opt.progress,
"${color.build.object}compiling.proto.%s %s",
(sourcekind == "cxx" and "c++" or "c"),
- path(sourcefile_proto)
+ sourcefile_proto
)
batchcmds:vrunv(protoc, protoc_args)