Skip to content
Discussion options

You must be logged in to vote

这导致 install 的时候不会自动将 dll 一起复制过去

会复制,但你安装的路径不对。。

安装到 /lib, /bin 目录,不要加 arm64/x64 这种子目录。。

一个包同时只能安装到一个 arch 。。不支持同时带多个arch 的二进制。。

x64/arm64 不同 arch 的安装目录原本就是独立分开的,不仅仅是 arch ,你只要包的plat/arch/mode/configs/versions等各种配置变动,都是存储在不同目录下,独立的。。没必要里面自己再加子目录。。xmake 怎么知道你加的子目录是啥,当然扫不出来了。。

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@VirFunc
Comment options

Answer selected by VirFunc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants