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 <bastien@blender.org>2020-11-10 16:11:13 +0300
committerBastien Montagne <bastien@blender.org>2020-11-10 16:11:13 +0300
commit01c7a94cdd328da1e94fd7a04b13ed3e410aff82 (patch)
tree61f506b728c323ea711af0d00c695be3239f5800 /build_files/build_environment/install_deps.sh
parent2a2bc090960695e2fc1e701b016126e5e8cc595a (diff)
install_deps: fix a typo in argument handling of new nanovdb option.
Spotted by Patrick Mours (@pmoursnv), thanks!
Diffstat (limited to 'build_files/build_environment/install_deps.sh')
-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 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
;;