Fixed(?) builder for swig+matlab pre

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-10-02 12:30:49 +02:00
parent 83f3a2fea8
commit 1be01dfd35

View File

@@ -492,7 +492,7 @@ for conda_env in ['py33','py27','py34']:
)
)
swig_matlab_pre = BuilderConfig(name="MATLAB-pre", slavenames=["windows-slave"], factory = swig_matlab_pre())
swig_matlab_pre = BuilderConfig(name="SWIG-MATLAB-pre", slavenames=["windows-slave"], factory = swig_matlab_pre())
c['builders'].append(swig_matlab_pre)
all_builder_names = [builder.name for builder in c['builders']]