Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apple m1 i386 适配 #119

Open
zonghaishang opened this issue Jun 1, 2022 · 0 comments
Open

apple m1 i386 适配 #119

zonghaishang opened this issue Jun 1, 2022 · 0 comments

Comments

@zonghaishang
Copy link
Collaborator

zonghaishang commented Jun 1, 2022

todo:

  1. 支持apple m1 i386编译插件
  2. 支持apple m1 i386打包自动编译成amd64

临时解决办法:

针对 m1 i386架构编译插件( arm64, 仅用于本地测试开发 ):

make codec.arm64 plugin=xxx
make filter.arm64 plugin=xxx
make trans.arm64 plugin=xxx

调试插件: make debug


本地测试完成后,重新编译成amd64架构上传和使用

make codec.amd64 plugin=xxx
make filter.amd64 plugin=xxx
make trans.amd64 plugin=xxx

打包插件(使用amd64,用于测试生产使用):

make pkg-codec.amd64 plugin=xxx
make pkg-filter.amd64 plugin=xxx
make pkg-trans.amd64 plugin=xxx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant