From f7dd3d77fe79859b94b6f08c901a013c33cf77ba Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 17 Jun 2025 22:56:37 +0800 Subject: fix progress path for cmake --- xmake/rules/protobuf/proto.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/rules/protobuf/proto.lua b/xmake/rules/protobuf/proto.lua index 2649a0586..24ad7ed0a 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"), - sourcefile_proto + path(sourcefile_proto) ) batchcmds:vrunv(protoc, protoc_args) -- cgit v1.3.1