-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
todo:
- 支持apple m1 i386编译插件
- 支持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
Metadata
Metadata
Assignees
Labels
No labels