mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-20 19:37:58 -05:00
Fixed typo
This commit is contained in:
@@ -126,7 +126,7 @@ def python_slave(key, platform, conda_env, cmake_args = [], cmake_env = {}, buil
|
||||
if platform.find('OSX') > -1:
|
||||
source = ['source']
|
||||
else:
|
||||
source = [
|
||||
source = []
|
||||
|
||||
factory.addStep(ShellCommand(command = ' '.join(source + ["activate",conda_env,"&&","cmake", "..", "-DCOOLPROP_PYTHON_"+key+"=ON"]+cmake_args),
|
||||
env = cmake_env,
|
||||
|
||||
Reference in New Issue
Block a user