[Bf-blender-cvs] [01c7a94cdd3] master: install_deps: fix a typo in argument handling of new nanovdb option.

Bastien Montagne noreply at git.blender.org
Tue Nov 10 14:14:54 CET 2020


Commit: 01c7a94cdd328da1e94fd7a04b13ed3e410aff82
Author: Bastien Montagne
Date:   Tue Nov 10 14:11:13 2020 +0100
Branches: master
https://developer.blender.org/rB01c7a94cdd328da1e94fd7a04b13ed3e410aff82

install_deps: fix a typo in argument handling of new nanovdb option.

Spotted by  Patrick Mours (@pmoursnv), thanks!

===================================================================

M	build_files/build_environment/install_deps.sh

===================================================================

diff --git a/build_files/build_environment/install_deps.sh b/build_files/build_environment/install_deps.sh
index f235615f64c..a951f3b4da5 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -679,7 +679,7 @@ while true; do
     --with-oidn)
       WITH_OIDN=true; shift; continue
     ;;
-    --with-nanvdb)
+    --with-nanovdb)
       WITH_NANOVDB=true;
       shift; continue
     ;;



More information about the Bf-blender-cvs mailing list