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>2022-10-05 18:19:16 +0300
committerBastien Montagne <bastien@blender.org>2022-10-05 18:19:16 +0300
commit195bcea0d0ac4d0e9e0392b5ae435624063b9002 (patch)
tree608fcfa30625b67c2cb21c63ec7ff3744075f05e /build_files
parent6dd2e193e16fcae720b40d18e29c9e395b014833 (diff)
install_deps: Fix typo in previous commit.
Typo from rB7fa0080c4ffa.
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 78f093d7bc6..5de0547727d 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -1050,7 +1050,7 @@ while true; do
LEVEL_ZERO_SKIP=true; shift; continue
;;
--skip-openpgl)
- P{ENPGL_SKIP=true; shift; continue
+ OPENPGL_SKIP=true; shift; continue
;;
--)
# no more arguments to parse