From e50d7f577ad62f62a73795c277e8f83b1329cf1f Mon Sep 17 00:00:00 2001 From: Dr!fter Date: Thu, 26 Mar 2015 17:25:08 -0400 Subject: [PATCH] Update buildbot scripts. --- buildbot/bootstrap.pl | 5 +++++ 1 file changed, 5 insertions(+) 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');