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>2015-12-09 22:49:49 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-12-09 22:49:49 +0300
commitc65cf8659e22e113c036aa9ac1156acaff5a6e0a (patch)
treee75df6119b6a400e879abe9531e963940c7d8cef /build_files
parentd2312eb4cd6ed9399d8a0c1a048d02a80c4c4394 (diff)
install_deps.sh: fix utmost stupid typo breaking 'skip-osl' option on RPM-based distro...
Diffstat (limited to 'build_files')
-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 d60b2e1f141..70c568d81c3 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -2938,7 +2938,7 @@ install_RPM() {
PRINT ""
- _do_compile_osl=true
+ _do_compile_osl=false
if [ "$OSL_SKIP" = true ]; then
WARNING "Skipping OpenShadingLanguage installation, as requested..."
elif [ "$OSL_FORCE_BUILD" = true ]; then