[Bf-blender-cvs] [9baa9e2bd32] soc-2019-openxr: Fix Linux linker config name for the OpenXR-SDK

Julian Eisel noreply at git.blender.org
Tue Sep 17 16:57:54 CEST 2019


Commit: 9baa9e2bd322fc3045108747836e3b8fadbe324e
Author: Julian Eisel
Date:   Tue Sep 17 16:55:24 2019 +0200
Branches: soc-2019-openxr
https://developer.blender.org/rB9baa9e2bd322fc3045108747836e3b8fadbe324e

Fix Linux linker config name for the OpenXR-SDK

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

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 f830ae64601..2d4e646742f 100755
--- a/build_files/build_environment/install_deps.sh
+++ b/build_files/build_environment/install_deps.sh
@@ -2931,7 +2931,7 @@ compile_OpenXR_SDK() {
     INFO "If you want to force rebuild of this lib, use the --force-openxr option."
   fi
 
-  run_ldconfig "openxr"
+  run_ldconfig "openxr-sdk"
 }



More information about the Bf-blender-cvs mailing list