Fixed minimal python build.
This commit is contained in:
parent
3e0d9cef21
commit
1f53f7db72
1 changed files with 2 additions and 0 deletions
|
|
@ -206,8 +206,10 @@ ifneq ($(build_python),0)
|
|||
cp -f "@homedir@/setup_cantera" "@ct_bindir@"
|
||||
chmod +x @ct_bindir@/setup_cantera
|
||||
chmod +x @ct_bindir@/ctnew
|
||||
ifeq ($(build_python),2)
|
||||
chmod +x @ct_bindir@/mixmaster
|
||||
endif
|
||||
endif
|
||||
else
|
||||
# Commands to be executed for win systems
|
||||
cd Cantera/fortran/f77demos; sed s'/isentropic/ctlib/g' isentropic.dsp > ctlib.dsp
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue