Update buildbot scripts.

This commit is contained in:
Dr!fter 2015-03-26 17:25:08 -04:00
parent 20ca71bfc9
commit e50d7f577a

View File

@ -17,6 +17,11 @@ chdir(Build::PathFormat('../..'));
#Get the source path.
our ($root) = getcwd();
#update and configure shiz
if ($^O eq "darwin") {
$ENV{'SOURCEMOD17'} = '/Users/builds/slaves/common/sourcemod-1.7';
}
rmtree('OUTPUT');
mkdir('OUTPUT') or die("Failed to create output folder: $!\n");
chdir('OUTPUT');