Buildbot master tweaks: use generic builder for scons win32, unpack fixes.
This commit is contained in:
@@ -52,7 +52,8 @@ if builder.find('cmake') != -1:
|
||||
else:
|
||||
# scons
|
||||
os.chdir(blender_dir)
|
||||
scons_options = []
|
||||
|
||||
retcode = subprocess.call(['python', 'scons/scons.py'])
|
||||
retcode = subprocess.call(['python', 'scons/scons.py'] + scons_options)
|
||||
sys.exit(retcode)
|
||||
|
||||
|
Reference in New Issue
Block a user