[SCons] Fix Matlab-related paths in post-install message
This commit is contained in:
parent
201043e98c
commit
e79e453e77
1 changed files with 2 additions and 2 deletions
|
|
@ -1425,8 +1425,8 @@ def postInstallMessage(target, source, env):
|
|||
|
||||
env['python_example_loc'] = pjoin(env['python_module_loc'], 'cantera', 'examples')
|
||||
|
||||
env['matlab_sample_loc'] = pjoin(env['ct_matlab_dir'], 'matlab')
|
||||
env['matlab_ctpath_loc'] = pjoin(env['prefix'], 'matlab', 'ctpath.m')
|
||||
env['matlab_sample_loc'] = pjoin(env['ct_sampledir'], 'matlab')
|
||||
env['matlab_ctpath_loc'] = pjoin(env['ct_matlab_dir'], 'ctpath.m')
|
||||
print """
|
||||
Cantera has been successfully installed.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue