Fixed minimal python build.

This commit is contained in:
Harry Moffat 2010-11-15 22:34:21 +00:00
parent 3e0d9cef21
commit 1f53f7db72

View file

@ -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