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>2013-05-31 21:39:43 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-05-31 21:39:43 +0400
commit686e6acf5de8c5781bacbdf39da16032d33ab25f (patch)
tree829791bfd3f803c2476c5087e2b827cb40b3a4e8 /build_files
parent2d0a586c29e482d646dec0cf62880f577ff77657 (diff)
Stupid typo, reported by Eugenio Pignataro on ML, thx.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 77aefc5c2e6..d59b3f38354 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -3091,6 +3091,7 @@ print_info() {
if $ALL_STATIC; then
INFO "LLIB = ["xml2", "expat"] + LLIB"
+ fi
INFO ""
INFO "NOTE: static build with scons are very tricky to set-up, if you choose that option"