提交 1146f40c 编写于 作者: Z Zoltan Varga

Fix ARM build.

上级 6c657df8
......@@ -506,8 +506,8 @@ arch_init (MonoAotCompile *acfg)
#endif
}
if (mtriple)
mono_arch_set_target (acfg->aot_opts.mtriple, mtriple);
if (acfg->aot_opts.mtriple)
mono_arch_set_target (acfg->aot_opts.mtriple);
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册