set_basename 相关改进 #3691
MasterBalll
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
? basename 跟路径有什么关系?不懂 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
根据文档中 设置目标文件名 所述,可以用各种选项来区分目标文件。但除此之外,还希望这些不同的选项配置的构建过程相互独立,也就是当自定义选项在不同值间切换,中间文件都能保留,而不会被覆盖。
所以是否可以改进功能或者添加新的接口,来让相应的 deps & objs & gens 文件保存在
set_basename()
指定的路径中而不是原始路径?Beta Was this translation helpful? Give feedback.
All reactions