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>2015-12-06 14:04:23 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-12-06 14:04:23 +0300
commitdeec6ed901c81b35c2d112b3b47124e58f6c3611 (patch)
tree9324109f7aa92e4eed23d60c6e59070e9366321b /build_files/build_environment
parent9964eed9ac7547db4c58bf5eabb786440236b138 (diff)
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.
Diffstat (limited to 'build_files/build_environment')
-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 4ffe73c8224..f5a9a3af33f 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'"