rule protobuf.cpp add custom args, pass through to protoc. Resolves #6398#6405
rule protobuf.cpp add custom args, pass through to protoc. Resolves #6398#6405waruqi merged 3 commits intoxmake-io:devfrom
Conversation
|
@waruqi 但凡要传给 rule 额外 flags 的,所有文件都应用的 flag 用 add_values ,然后再处理 fileconfig? 这里 commit 不应该用中文。 |
@waruqi Anyone who wants to pass extra flags to rule, use add_values for all files to apply flags, and then process fileconfig? Commit should not be in Chinese here. |
也可以,走 add_values 会方便点,可以同时支持 |
|
@jiangyanan224 中文 commit 去掉,改用英文,然后重新 force push 下 |
It's OK, it will be more convenient to go to add_values and can support it at the same time. |
@jiangyanan224 Chinese commit Remove it, use English instead, and then force push again |
好的,已修改 |
OK, modified |
No description provided.