See if a build will run!
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
use File::Basename;
|
||||
|
||||
our (@LIBRARIES);
|
||||
my ($myself, $path) = fileparse($0);
|
||||
chdir($path);
|
||||
|
||||
@@ -10,5 +9,18 @@ require 'helpers.pm';
|
||||
|
||||
chdir('../../installer/builder');
|
||||
|
||||
if ($^O eq "linux") {
|
||||
system("mono builder.exe");
|
||||
} else {
|
||||
system("builder.exe");
|
||||
}
|
||||
|
||||
if ($? != 0)
|
||||
{
|
||||
die "Build failed: $!\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user