From 38eee0104b78e25963569d17116f1917b74f5419 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 17 Nov 2012 05:16:54 +0000 Subject: quiet scons deprecation warnings and correct --with_filesystem --> --with-filesystem in install_deps.sh --- build_files/build_environment/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/build_environment') 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 -- cgit v1.2.3