Took out setting the PYTHONPATH to null on one statement in finish-install.

This sometimes caused a bus error on the Mac.
I'm not sure that I've fixed or understood this error.
This commit is contained in:
Harry Moffat 2009-08-22 21:16:26 +00:00
parent 77afab8f54
commit a1be078db2

View file

@ -198,7 +198,7 @@ ifeq ($(os_is_win),0)
cp -f License.txt "@ct_bindir@"
ifneq ($(build_python),0)
@INSTALL@ -c tools/src/finish_install.py tools/bin
(PYTHONPATH=''; @PYTHON_CMD@ tools/bin/finish_install.py @prefix@ @PYTHON_CMD@)
@PYTHON_CMD@ tools/bin/finish_install.py @prefix@ @PYTHON_CMD@
cp -f "@homedir@/setup_cantera" "@ct_bindir@"
chmod +x @ct_bindir@/setup_cantera
chmod +x @ct_bindir@/ctnew