未验证 提交 330dd845 编写于 作者: J Joshua Peterson 提交者: GitHub

Merge pull request #989 from Unity-Technologies/remove-32-bit-slice-embed-runtimes-old

Remove the 32-bit slice from the Mono runtime
......@@ -502,9 +502,8 @@ sub build_osx
mkpath ("$embeddir/$os");
# Create universal binaries
for my $file ('libmono.0.dylib','libmono.a','libMonoPosixHelper.dylib') {
system ('lipo', "$embeddir/$os-i386/$file", "$embeddir/$os-x86_64/$file", '-create', '-output', "$embeddir/$os/$file");
system ('cp', "$embeddir/$os-x86_64/$file", "$embeddir/$os/$file");
}
if (not $ENV{"UNITY_THISISABUILDMACHINE"})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册