-
如果我希望向Xmake中添加一种全新的语言支持,我应该使用插件还是向原始仓库中提交我对xmake对该语言的支持所做的修改? |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Mar 8, 2025
Replies: 1 comment
-
如果要内置支持,先到 issues 提 feature request ,评估后决定,不是所有语言都接受 pr 如果仅仅自己项目需要,直接走自定义 rule + toolchain 就行了,不需要 pr |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zi2ven
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
如果要内置支持,先到 issues 提 feature request ,评估后决定,不是所有语言都接受 pr
如果仅仅自己项目需要,直接走自定义 rule + toolchain 就行了,不需要 pr