Mercurial > hg > vampy
changeset 55:968258fba5d6
* PYLIB -> VAMPY_PYLIB
author | cannam |
---|---|
date | Fri, 09 Oct 2009 14:22:44 +0000 |
parents | f0592002c61d |
children | b2c4c752c3bc |
files | vampy-main.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vampy-main.cpp Fri Oct 09 14:07:44 2009 +0000 +++ b/vampy-main.cpp Fri Oct 09 14:22:44 2009 +0000 @@ -247,7 +247,7 @@ // this is useful to find out where the loaded library might be loaded from cerr << "Python exec prefix: " << Py_GetExecPrefix() << endl; - char *pylib = getenv("PYLIB"); + char *pylib = getenv("VAMPY_PYLIB"); if (pylib && *pylib) { cerr << "Trying to preload Python from specified location " << pylib << "..." << endl;