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.
This commit is contained in:
Bastien Montagne
2015-12-06 12:04:23 +01:00
parent 9964eed9ac
commit deec6ed901

View File

@@ -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'"