提交 38a84f73 编写于 作者: T Tak 提交者: Jonathan Chambers

Don't die for stupid reasons.

上级 4e849a86
......@@ -104,9 +104,9 @@ for my $arch (@arches)
#this will fail on a fresh working copy, so don't die on it.
system("make distclean");
system("autoreconf -i") eq 0 or die ("Failed autoreconfing eglib");
system("autoreconf -i");
chdir("$root") eq 1 or die ("failed to chdir 2");
system("autoreconf -i") eq 0 or die ("Failed autoreconfing mono");
system("autoreconf -i");
my @autogenparams = ();
unshift(@autogenparams, "--cache-file=osx.cache");
unshift(@autogenparams, "--disable-mcs-build");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册