[Bf-blender-cvs] [2d30c4a35b7] master: install_deps: Fix (unreported) typo in OpenXR build code.

Bastien Montagne noreply at git.blender.org
Fri May 8 18:05:53 CEST 2020


Commit: 2d30c4a35b78c8d5cc0e17b756db386d9167efea
Author: Bastien Montagne
Date:   Fri May 8 18:01:36 2020 +0200
Branches: master
https://developer.blender.org/rB2d30c4a35b78c8d5cc0e17b756db386d9167efea

install_deps: Fix (unreported) typo in OpenXR build code.

Was breaking up proper behavior of 'need to rebuild' checks for that
lib.

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

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 5ea7d180250..fc9ee0102bb 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -3169,7 +3169,7 @@ compile_XR_OpenXR_SDK() {
   _init_xr_openxr_sdk
 
   # Clean install if needed!
-  magic_compile_check xr-openxr-$OPENXR_VERSION $xr_openxr_magic
+  magic_compile_check xr-openxr-$XR_OPENXR_VERSION $xr_openxr_magic
   if [ $? -eq 1 -o "$XR_OPENXR_FORCE_REBUILD" = true ]; then
     clean_XR_OpenXR_SDK
   fi



More information about the Bf-blender-cvs mailing list