相同名称的包如何在配置中指定使用哪一个 #6228
Replies: 1 comment 2 replies
-
没看懂你这配置的啥,add_repositories 是指定包仓库,不是特定某个包的 git 。仔细看文档。 多个仓库有同名包,会根据 add_repositories 添加顺序,来挨个找 |
Beta Was this translation helpful? Give feedback.
2 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.
-
例如以下配置:
包的名称为"commonlibsse-ng"
add_repositories("commonlibsse-ng https://github.com/alandtse/CommonLibVR.git ng")
add_requires("commonlibsse-ng ng", {system = false, configs = { skyrim_vr = false , skyrim_se = false }})
系统包默认是下面的:
"https://github.com/CharmedBaryon/CommonLibSSE-NG",名称也是"commonlibsse-ng",如何才能用我指定的那一个
Beta Was this translation helpful? Give feedback.
All reactions