提交 751b3f50 编写于 作者: G Guillaume Gigaud

apple/build_xcframework.py: fix incorrect catalyst archs

上级 14e4a103
......@@ -58,7 +58,7 @@ if __name__ == "__main__":
macos_archs = "x86_64,arm64"
print('Using MacOS ARCHS={}'.format(macos_archs))
catalyst_archs = args.macos_archs
catalyst_archs = args.catalyst_archs
if not catalyst_archs and not args.build_only_specified_archs:
# Supply defaults
catalyst_archs = "x86_64,arm64"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册