Try to get right python lib directory

master
Yevgen Muntyan 2007-12-08 13:27:01 -06:00
parent 94b9247181
commit c7c714cb9a
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ Please check your Python installation.])
PYTHON_LIBS=`$PYTHON -c "from distutils.sysconfig import *; \
from string import join; \
print '-L' + get_python_lib(0,1), \
print '-L' + PREFIX + '/lib', \
'-lpython';"`$py_version
fi