mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-21 03:48:08 -05:00
Fixed(?) builder for swig+matlab pre
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -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']]
|
||||
|
||||
Reference in New Issue
Block a user