Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2012-11-13 22:12:57 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-11-13 22:12:57 +0400
commit95a64ff2da69fb33f4c90cc43a2ad2fd8d2c7088 (patch)
tree24edba67e1e7cd7b5e4acf3d470904f4163c465d /build_files
parent4713c30017e5a4a58fc2f149b715e056b9f01898 (diff)
Fixes for scons
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh4
1 files 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