Install_deps: fix wrong XR_OPENXR_ROOT_DIR parameter for CMake.

Should be `XR_OPENXR_SDK_ROOT_DIR`.`
This commit is contained in:
Bastien Montagne
2020-03-08 17:14:58 +01:00
parent 7f404f1c74
commit 0d05fd9b4c

View File

@@ -5377,7 +5377,7 @@ print_info() {
PRINT " $_1"
_buildargs="$_buildargs $_1"
if [ -d $INST/xr-openxr-sdk ]; then
_1="-D XR_OPENXR_ROOT_DIR=$INST/xr-openxr-sdk"
_1="-D XR_OPENXR_SDK_ROOT_DIR=$INST/xr-openxr-sdk"
PRINT " $_1"
_buildargs="$_buildargs $_1"
fi