Replies: 1 comment 3 replies
|
翻了一下xmake源码,此问题是由于 debuild 不仅包含了打包,还包含了编译流程。而 debuild 构建所依赖的 PACKAGE_BUILDCMDS 变量值生成时,是在 |
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.
Uh oh!
There was an error while loading. Please reload this page.
主机架构:x64
目标架构:arm64
我通过xmake build指定交叉工具链能进行交叉编译,但是xmake pack打包的就还是主机架构的,不是目标架构的。
目录结构:
xmake.lua:
截图:
可以看到这两个二进制文件指令集不同,我期望xmake pack得到的 deb 包也是arm架构的。
All reactions