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:
authorCampbell Barton <ideasman42@gmail.com>2012-11-17 09:16:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-11-17 09:16:54 +0400
commit38eee0104b78e25963569d17116f1917b74f5419 (patch)
treec71bb317b2cab454fe54896dde98db79e20a92cf /build_files/build_environment
parent79f651a2e5ed52f7ff2041d66b707b886e80b617 (diff)
quiet scons deprecation warnings and correct --with_filesystem --> --with-filesystem in install_deps.sh
Diffstat (limited to 'build_files/build_environment')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index bc0c39e3040..575e79c3b3f 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -216,7 +216,7 @@ compile_Boost() {
if [ ! -f $_src/b2 ]; then
./bootstrap.sh
fi
- ./b2 -j$THREADS -a --with-system --with_filesystem --with-thread --with-regex --with-locale --with-date_time \
+ ./b2 -j$THREADS -a --with-system --with-filesystem --with-thread --with-regex --with-locale --with-date_time \
--prefix=$_inst --disable-icu boost.locale.icu=off install
./b2 --clean