[Ubuntu] Fix stage prefix used for Python 3 module
This commit is contained in:
parent
835b81a6f8
commit
6190cf21e5
1 changed files with 1 additions and 0 deletions
|
|
@ -1176,6 +1176,7 @@ if env['layout'] == 'debian':
|
|||
|
||||
env['inst_python_bindir'] = pjoin(base, 'cantera-python', 'usr', 'bin')
|
||||
env['python_prefix'] = pjoin(base, 'cantera-python', 'usr')
|
||||
env['python3_prefix'] = pjoin(base, 'cantera-python3', 'usr')
|
||||
env['ct_datadir'] = '/usr/share/cantera/data'
|
||||
else:
|
||||
env['inst_libdir'] = pjoin(instRoot, 'lib')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue