[Bf-blender-cvs] [deec6ed] master: install_deps.sh: Fix typos in scons instructions.

Bastien Montagne noreply at git.blender.org
Sun Dec 6 12:08:22 CET 2015


Commit: deec6ed901c81b35c2d112b3b47124e58f6c3611
Author: Bastien Montagne
Date:   Sun Dec 6 12:04:23 2015 +0100
Branches: master
https://developer.blender.org/rBdeec6ed901c81b35c2d112b3b47124e58f6c3611

install_deps.sh: Fix typos in scons instructions.

Luckily we'll soon get rid of that insane dual build system maintenance...

Anyway, thanks to Leo Koppel (lack) for the report and patch.

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 4ffe73c..f5a9a3a 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -3786,9 +3786,9 @@ print_info() {
   PRINT ""
   PRINT "If you're using SCons add this to your user-config:"
 
-  PRINT "WITH_BF_SNDFILE = true"
+  PRINT "WITH_BF_SNDFILE = True"
 
-  PRINT "BF_PYTHON_VERSION = $PYTHON_VERSION_MIN"
+  PRINT "BF_PYTHON_VERSION = '$PYTHON_VERSION_MIN'"
   if [ -d $INST/python-$PYTHON_VERSION_MIN ]; then
     PRINT "BF_PYTHON = '$INST/python-$PYTHON_VERSION_MIN'"
     PRINT "BF_PYTHON_ABI_FLAGS = 'm'"




More information about the Bf-blender-cvs mailing list