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:
@@ -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'"
|
||||
|
||||
Reference in New Issue
Block a user