mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-20 03:18:07 -05:00
@@ -591,7 +591,7 @@ def swig_scilab_builder(platform, gitMode = 'incremental'):
|
||||
command = ["set", '"PATH=swig-scilab-bin/bin:${PATH}"', "&&", "cmake", "..", "-DCOOLPROP_SCILAB_SWIG_MODULE=ON","-DSWIG_DIR=swig-scilab-bin"]
|
||||
else:
|
||||
command = ["PATH=swig-scilab-bin/bin:${PATH}","cmake", "..", "-DCOOLPROP_SCILAB_SWIG_MODULE=ON","-DSWIG_DIR=swig-scilab-bin"]
|
||||
factory.addStep(ShellCommand(command=' '.join(["PATH=swig-scilab-bin/bin:${PATH}","cmake", "..", "-DCOOLPROP_SCILAB_SWIG_MODULE=ON","-DSWIG_DIR=swig-scilab-bin"]),
|
||||
factory.addStep(ShellCommand(command=' '.join(command),
|
||||
workdir= "build/build",
|
||||
haltOnFailure = True))
|
||||
if platform == 'windows':
|
||||
|
||||
Reference in New Issue
Block a user