Skip to content

Commit

Permalink
Fix non-framework python library path.
Browse files Browse the repository at this point in the history
  • Loading branch information
xgalaxy committed Feb 17, 2013
1 parent 1e2a78c commit e5b9ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function python_finder {
else
which_python=$(python -c 'import sys;print(sys.version)' | sed 's/^[ \t]*//')
which_python="python${which_python:0:3}"
lib_python="${python_prefix}/lib/libpython${which_python}"
lib_python="${python_prefix}/lib/lib${which_python}"
if [ -f "${lib_python}.a" ]; then
python_library+="${lib_python}.a"
else
Expand Down

0 comments on commit e5b9ffb

Please sign in to comment.