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>2016-02-04 18:50:46 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2016-02-04 18:52:13 +0300
commite7e9613fe6a8580cefba4b85459eedf7ebca2e98 (patch)
treece6ac036fa4c871115793a6c6d5f505b27e5eeb2 /build_files
parent2b1a08c213f4b1037dec44ce7a5473b7ad85f2ee (diff)
Install_deps: tweak OSL build options.
Diffstat (limited to 'build_files')
-rwxr-xr-xbuild_files/build_environment/install_deps.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index d9f16f3b559..b2fcef18255 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1681,7 +1681,7 @@ clean_OSL() {
compile_OSL() {
# To be changed each time we make edits that would modify the compiled result!
- osl_magic=18
+ osl_magic=19
_init_osl
# Clean install if needed!
@@ -1735,6 +1735,7 @@ compile_OSL() {
cmake_d="$cmake_d -D BUILD_TESTING=OFF"
cmake_d="$cmake_d -D STOP_ON_WARNING=OFF"
cmake_d="$cmake_d -D BUILDSTATIC=OFF"
+ cmake_d="$cmake_d -D OSL_BUILD_PLUGINS=OFF"
#~ cmake_d="$cmake_d -D ILMBASE_VERSION=$ILMBASE_VERSION"