diff --git a/buildbot/bootstrap.pl b/buildbot/bootstrap.pl index 808e4d0..cce30c9 100644 --- a/buildbot/bootstrap.pl +++ b/buildbot/bootstrap.pl @@ -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');