From 2d30c4a35b78c8d5cc0e17b756db386d9167efea Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 8 May 2020 18:01:36 +0200 Subject: install_deps: Fix (unreported) typo in OpenXR build code. Was breaking up proper behavior of 'need to rebuild' checks for that lib. --- build_files/build_environment/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3