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>2012-11-19 14:45:03 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-11-19 14:45:03 +0400
commit063ca9b2a6df54a9a1b4fcb6d3820e8189ad79b9 (patch)
treed9258fdc77dea4485f5dd014394c527c64baff9d /build_files
parent29fe8abf8d05800900bff8456d6bdf68ee40c370 (diff)
No boost system when we have own compiled version!
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index 8e26a7cd426..800346846a0 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -8,7 +8,7 @@ CWD=$PWD
# OSL is horror for manual building even
# i would want it to be setteled for manual build first,
# and only then do it automatically
-BUILD_OSL=false
+BUILD_OSL=true
THREADS=`cat /proc/cpuinfo | grep cores | uniq | sed -e "s/.*: *\(.*\)/\\1/"`
if [ -z "$THREADS" ]; then
@@ -519,7 +519,7 @@ compile_OSL() {
cmake_d="$cmake_d -D BUILD_TESTING=OFF"
if [ -d $INST/boost ]; then
- cmake_d="$cmake_d -D BOOST_ROOT=$INST/boost"
+ cmake_d="$cmake_d -D BOOST_ROOT=$INST/boost -D Boost_NO_SYSTEM_PATHS=ON"
fi
if [ -d $INST/oiio ]; then