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

Was breaking up proper behavior of 'need to rebuild' checks for that
lib.
This commit is contained in:
Bastien Montagne 2020-05-08 18:01:36 +02:00
parent e517734708
commit 2d30c4a35b
1 changed files with 1 additions and 1 deletions

View File

@ -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