Fixes for scons

This commit is contained in:
Bastien Montagne 2012-11-13 18:12:57 +00:00
parent 4713c30017
commit 95a64ff2da

@ -589,8 +589,8 @@ print_info() {
INFO ""
INFO "If you're using SCons add this to your user-config:"
if [ -d /opt/lib/python3.3 ]; then
INFO "BF_PYTHON='/opt/lib/puthon-3.3'"
if [ -d /opt/lib/python-3.3 ]; then
INFO "BF_PYTHON='/opt/lib/python-3.3'"
INFO "BF_PYTHON_ABI_FLAGS='m'"
fi