From 95a64ff2da69fb33f4c90cc43a2ad2fd8d2c7088 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 13 Nov 2012 18:12:57 +0000 Subject: [PATCH] Fixes for scons --- build_files/build_environment/install_deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh index 30c2afebf5e..853f38610c2 100755 --- a/build_files/build_environment/install_deps.sh +++ b/build_files/build_environment/install_deps.sh @@ -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