Replies: 3 comments
-
Title: after_build_file cannot hook proto file |
Beta Was this translation helpful? Give feedback.
-
target 的 after_build_file 只拦截已知的 cpp files, xmake/xmake/rules/protobuf/xmake.lua Line 24 in 05b62d2 |
Beta Was this translation helpful? Give feedback.
-
The after_build_file of the target only intercepts known cpp files, and xmake/xmake/rules/protobuf/xmake.lua Line 24 in 05b62d2 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Xmake 版本
xmake v2.8.1+20230728
操作系统版本和架构
Linux 10-16-43-32 5.14.0-70.13.1.el9_0.x86_64 #1 SMP PREEMPT Wed May 25 21:01:57 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
描述问题
after_build_file 不能 hook proto 文件,直接跳过了。
期待的结果
希望能 hook proto 文件,这样便自己去生成 proto 对应的 python 文件
工程配置
附加信息和错误日志
Beta Was this translation helpful? Give feedback.
All reactions