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:
-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